Fix #9051: html theme: The style for figure are not applied

Since docutils-0.17, figure directive starts to output `<figure>` tag.
To support it, this modifies CSS.
This commit is contained in:
Takeshi KOMIYA
2021-04-10 19:20:59 +09:00
parent deb603f3c5
commit 1d1c813b01
7 changed files with 44 additions and 23 deletions

View File

@@ -20,8 +20,11 @@ Bugs fixed
* #9078: autodoc: Async staticmethods and classmethods are considered as non
async coroutine-functions
* #8870: The style of toctree captions has been changed with docutils-0.17
* #9001: The style of ``sidebar`` directive has been changed with docutils-0.17
* #8870, #9001, #9051: html theme: The style are not applied with docutils-0.17
- toctree captions
- The content of ``sidebar`` directive
- figures
Testing
--------