diff options
Diffstat (limited to 'doc/extdev/deprecated.rst')
-rw-r--r-- | doc/extdev/deprecated.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index c86b0d095..58638f999 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -26,6 +26,11 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``decode`` argument of ``sphinx.pycode.ModuleAnalyzer()`` + - 2.4 + - 4.0 + - N/A + * - ``sphinx.environment.BuildEnvironment.indexentries`` - 2.4 - 4.0 @@ -51,6 +56,16 @@ The following is a list of deprecated interfaces. - 4.0 - N/A + * - ``sphinx.pycode.ModuleAnalyzer.encoding`` + - 2.4 + - 4.0 + - N/A + + * - ``sphinx.util.detect_encoding()`` + - 2.4 + - 4.0 + - ``tokenize.detect_encoding()`` + * - ``sphinx.builders.gettext.POHEADER`` - 2.3 - 4.0 |