docs: upgrade sphinx-rtd-theme, work around readthedocs/sphinx_rtd_theme#1301.
This commit is contained in:
parent
8861b8a3eb
commit
6b512520ff
3
docs/_static/custom.css
vendored
3
docs/_static/custom.css
vendored
|
@ -20,3 +20,6 @@ a { text-decoration: underline; }
|
|||
|
||||
/* Many of our diagnostics are even longer */
|
||||
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { white-space: pre-wrap; }
|
||||
|
||||
/* Work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1301 */
|
||||
.py.property { display: block !important; }
|
|
@ -71,7 +71,7 @@ test = [
|
|||
docs = [
|
||||
"sphinx~=7.1",
|
||||
"sphinxcontrib-platformpicker~=1.3",
|
||||
"sphinx-rtd-theme~=1.2",
|
||||
"sphinx-rtd-theme~=2.0",
|
||||
"sphinx-autobuild",
|
||||
]
|
||||
examples = [
|
||||
|
|
Loading…
Reference in a new issue