diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-27 22:24:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-27 22:24:42 +0900 |
commit | 858d5ffc5ad3bd4239b7c538d579d29ecbc67a38 (patch) | |
tree | a01e02072e8d41032e3b527040128241f7ff4b82 /doc/extdev | |
parent | 402d0114b1975d6d2c375efd398db34d39466cb3 (diff) | |
parent | c8074b4a5dd7a50a4beaa268f71556ad4c97de1e (diff) | |
download | sphinx-git-858d5ffc5ad3bd4239b7c538d579d29ecbc67a38.tar.gz |
Merge pull request #6928 from tk0miya/deprecate_detect_encoding
Deprecate sphinx.util:detect_encoding()
Diffstat (limited to 'doc/extdev')
-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 |