Skip to content

Commit 4980e6d

Browse files
dstansbymeeseeksmachine
authored andcommitted
Backport PR #21435: DOC: Fix selection of parameter names in HTML theme
1 parent 9ed4d95 commit 4980e6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,11 @@ div.twocol > div {
245245
padding: 0;
246246
margin: 0;
247247
}
248+
249+
/* Fix selection of parameter names; remove when fixed in the theme
250+
* https://github.com/sphinx-doc/sphinx/pull/9763
251+
*/
252+
.classifier:before {
253+
display: inline-block;
254+
margin: 0 0.5em;
255+
}

0 commit comments

Comments
 (0)