Fix: RTD Docutils Build (#3119)

The docutils 0.17+ release uses more semantic HTML5 tags, which
the RTD theme does not (yet) know.

This breaks side bar, lists and other elements.
This commit is contained in:
Axel Huebl 2021-07-15 12:41:36 -07:00 committed by GitHub
parent 2415c09459
commit 55f6f6e9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
breathe==4.26.1 breathe==4.26.1
# docutils 0.17 breaks HTML tags & RTD theme
# https://github.com/sphinx-doc/sphinx/issues/9001
docutils==0.16
sphinx==3.3.1 sphinx==3.3.1
sphinx_rtd_theme==0.5.0 sphinx_rtd_theme==0.5.0
sphinxcontrib-moderncmakedomain==3.17 sphinxcontrib-moderncmakedomain==3.17