diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-06-13 15:46:22 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-06-13 16:31:33 +0900 |
commit | 519cc078fdedd848e798a6ee3176c59b0f7da97e (patch) | |
tree | 2250874b6f9a86ab875822c442152a25a8d4978d /doc/extdev | |
parent | b7c05a2f5a19550d4e6d68c75c6b172a88e0b914 (diff) | |
download | sphinx-git-519cc078fdedd848e798a6ee3176c59b0f7da97e.tar.gz |
Revert the removal of sphinx.util:force_decode()
After the release of 4.0.0, some 3rd party extensions have became not
working with the latest Sphinx because `force_decode()` function was
removed. It was deprecated since Sphinx-2.0 and warned for the removal
since 3.0.
This reverts the removal and extends its deprecation period to 5.0.0. I
hope it helps users of these extensions.
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 9e17b9fb4..e37c2b2ba 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -1015,7 +1015,7 @@ The following is a list of deprecated interfaces. * - ``sphinx.util.force_decode()`` - 2.0 - - 4.0 + - 5.0 - N/A * - ``sphinx.util.get_matching_docs()`` |