Merge pull request #5831 from jdufresne/term-decode

Deprecate quickstart.term_decode() and remove internal uses
This commit is contained in:
Takeshi KOMIYA
2018-12-18 00:24:04 +09:00
committed by GitHub
4 changed files with 19 additions and 13 deletions

View File

@@ -55,6 +55,8 @@ Deprecated
``IndexBuilder.feed()`` method is deprecated.
* ``sphinx.addnodes.abbreviation``
* ``sphinx.application.Sphinx._setting_up_extension``
* ``sphinx.cmd.quickstart.term_decode()``
* ``sphinx.cmd.quickstart.TERM_ENCODING``
* ``sphinx.config.check_unicode()``
* ``sphinx.config.string_classes``
* ``sphinx.ext.autodoc.importer._MockImporter``