docs: upgrade sphinx-rtd-theme, work around readthedocs/sphinx_rtd_theme#1301.
This commit is contained in:
parent
8861b8a3eb
commit
6b512520ff
2 changed files with 4 additions and 1 deletions
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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue