Skip to content

Commit d01034d

Browse files
Remove deprecated sphinx-hoverxref extension (#488)
* Initial plan * Remove deprecated sphinx-hoverxref extension - Remove sphinx-hoverxref from root requirements.txt - Remove hoverxref CSS styling from docs/source/_static/custom.css The sphinx-hoverxref extension has been deprecated by ReadTheDocs. Users should enable "Link previews" in the RTD admin dashboard instead. Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
1 parent 5b78484 commit d01034d

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

docs/source/_static/custom.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ div.admonition-video > p.admonition-title::after {
4040
content: "\f008";
4141
}
4242

43-
/*terms with tooltips*/
44-
45-
a.hxr-hoverxref {
46-
text-decoration: underline;
47-
text-decoration-style: dotted;
48-
text-decoration-thickness: 2px;
49-
text-decoration-color: var(--color-link-underline);
50-
border-bottom: none;
51-
}
52-
53-
a.hxr-hoverxref:hover {
54-
text-decoration-color: var(--color-link-underline--hover);
55-
}
56-
5743
/* second column of API autosummaries should break more and be a bit smaller */
5844
table.autosummary td:nth-child(2) {
5945
FONT-WEIGHT: 300;

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ holoviews
1111
pyviz_comms
1212
jupyter-server-proxy
1313
massql
14-
sphinx-hoverxref
1514

1615

1716
pyopenms

0 commit comments

Comments
 (0)