From 1fbca4997066de1be565b9b5984b04d725df896c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 3 Oct 2021 16:34:57 +0900 Subject: 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. --- doc/extdev/deprecated.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/extdev') 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()` -- cgit v1.2.1