summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-16 11:25:18 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-16 11:35:06 -0800
commit80861d105bf5cca89aebd7efb1256ad04471ce8f (patch)
treec959ab07a99fd0b6ab694d3ce296f44a466ad88b /doc/extdev
parent30ec4b6bba3cb256b700ca1d7438ddd01b3e948c (diff)
downloadsphinx-git-80861d105bf5cca89aebd7efb1256ad04471ce8f.tar.gz
Deprecate sphinx.config.string_classes; remove all internal uses
With only a single text type across supported Python versions, the string_classes is no longer necessary. Internally, all uses were converted to the value `[str]`. For .add_config_value() uses that also supply a default string, the type is inferred.
Diffstat (limited to 'doc/extdev')
-rw-r--r--doc/extdev/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/index.rst b/doc/extdev/index.rst
index 3dc3cf5e6..34e2fd18a 100644
--- a/doc/extdev/index.rst
+++ b/doc/extdev/index.rst
@@ -157,6 +157,11 @@ The following is a list of deprecated interfaces.
- 4.0
- N/A
+ * - ``sphinx.config.string_classes``
+ - 2.0
+ - 4.0
+ - ``[str]``
+
* - ``sphinx.ext.autosummary.Autosummary.warn()``
- 2.0
- 4.0