mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc: override external link style on figure target
This works around https://github.com/readthedocs/sphinx_rtd_theme/pull/494#issuecomment-354063112
This commit is contained in:
committed by
laurensvalk
parent
7abb670f66
commit
0466ce947f
@@ -35,3 +35,9 @@ span.caption-number:after {
|
||||
font-size: 60%;
|
||||
margin: 0 0.2em;
|
||||
}
|
||||
|
||||
/* don't show external link on figures */
|
||||
/* https://github.com/readthedocs/sphinx_rtd_theme/pull/494#issuecomment-354063112 */
|
||||
.figure > a.reference.external::after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user