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-26 08:30:48 +01:00
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;
}