docs: upgrade sphinx-rtd-theme, work around readthedocs/sphinx_rtd_theme#1301.

This commit is contained in:
Catherine 2024-03-22 06:32:44 +00:00
parent 8861b8a3eb
commit 6b512520ff
2 changed files with 4 additions and 1 deletions

View file

@ -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; }

View file

@ -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 = [