diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-03 16:34:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-03 16:34:57 +0900 |
commit | 1fbca4997066de1be565b9b5984b04d725df896c (patch) | |
tree | a1886d86434641f481292217a405c48b0c538c97 /doc/extdev | |
parent | 9922923d6f2ef12e24afd7a4f0b0d6533fc80737 (diff) | |
download | sphinx-git-1fbca4997066de1be565b9b5984b04d725df896c.tar.gz |
Close #9683: Revert the removal of ``add_stylesheet()`` API
It will be kept until the Sphinx-6.0 release.
Note: Now it emits a warning instead of DeprecationWarning to let the
users know the deprecation.
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 bca49370b..bed9ed372 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -1207,7 +1207,7 @@ The following is a list of deprecated interfaces. * - :meth:`~sphinx.application.Sphinx.add_stylesheet()` - 1.8 - - 4.0 + - 6.0 - :meth:`~sphinx.application.Sphinx.add_css_file()` * - :meth:`~sphinx.application.Sphinx.add_javascript()` |