Merge pull request #9699 from tk0miya/9683_add_css_file

Close #9683: Revert the removal of ``add_stylesheet()`` API
This commit is contained in:
Takeshi KOMIYA
2021-10-09 15:12:43 +09:00
committed by GitHub
3 changed files with 23 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ Features added
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
* #9672: More CSS classes on Python domain descriptions
* #9695: More CSS classes on Javascript domain descriptions
* #9683: Revert the removal of ``add_stylesheet()`` API. It will be kept until
the Sphinx-6.0 release
Bugs fixed
----------