Skip to content

Commit 1b7f0fe

Browse files
committed
Correct styling for py:property
readthedocs/sphinx_rtd_theme#1301 It's incredible that this is still not fixed after so many years! Even with reproducible examples and a fix for it submitted: readthedocs/sphinx_rtd_theme#1483 Wow.
1 parent ca5912a commit 1b7f0fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
color: #404040;
33
font-weight: normal;
44
}
5+
6+
dl.py.property {
7+
display: block !important;
8+
}

0 commit comments

Comments
 (0)