diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-29 00:23:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-29 00:23:48 +0900 |
commit | cb971ab0b9acdef8a88430865e64ec2d43751cc9 (patch) | |
tree | 4d37dcdd4a91d2a2aceb616e9d35ed5b023d2734 | |
parent | 858d5ffc5ad3bd4239b7c538d579d29ecbc67a38 (diff) | |
parent | ff9e5e6dbd182982881cb32b97f28461e06e6cfc (diff) | |
download | sphinx-git-cb971ab0b9acdef8a88430865e64ec2d43751cc9.tar.gz |
Merge pull request #6968 from tk0miya/reorder_deprecated_list
doc: Sort deprecated list alphabetically
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 58638f999..14a90548b 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -51,11 +51,6 @@ The following is a list of deprecated interfaces. - 4.0 - ``sphinx.util.get_filetype()`` - * - ``sphinx.util.get_module_source()`` - - 2.4 - - 4.0 - - N/A - * - ``sphinx.pycode.ModuleAnalyzer.encoding`` - 2.4 - 4.0 @@ -66,6 +61,11 @@ The following is a list of deprecated interfaces. - 4.0 - ``tokenize.detect_encoding()`` + * - ``sphinx.util.get_module_source()`` + - 2.4 + - 4.0 + - N/A + * - ``sphinx.builders.gettext.POHEADER`` - 2.3 - 4.0 |