diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-16 11:25:18 -0800 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-16 11:35:06 -0800 |
commit | 80861d105bf5cca89aebd7efb1256ad04471ce8f (patch) | |
tree | c959ab07a99fd0b6ab694d3ce296f44a466ad88b /doc/extdev | |
parent | 30ec4b6bba3cb256b700ca1d7438ddd01b3e948c (diff) | |
download | sphinx-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.rst | 5 |
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 |