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:
David Lechner
2021-01-24 19:58:46 -06:00
parent 7bc2728da3
commit 44f6bd8258
@@ -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;
}