diff options
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index ffe0bdccb..97eb0689a 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -121,9 +121,17 @@ The following is a list of deprecated interfaces. - 4.0 - ``sphinx.domains.python.PyAttribute``, ``sphinx.domains.python.PyMethod``, - ``sphinx.domains.python.PyClassMethod`` and + ``sphinx.domains.python.PyClassMethod``, + ``sphinx.domains.python.PyObject`` and ``sphinx.domains.python.PyStaticMethod`` + * - ``sphinx.domains.python.PyModulelevel`` + - 2.1 + - 4.0 + - ``sphinx.domains.python.PyFunction``, + ``sphinx.domains.python.PyObject`` and + ``sphinx.domains.python.PyVariable`` + * - ``sphinx.domains.std.StandardDomain._resolve_citation_xref()`` - 2.1 - 4.0 |