From ecec13d818702664fdf4ec2b0f656a1236ab7583 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:30:30 +0000 Subject: [PATCH 1/2] Initial plan From 6c73184e23c12b073b61e56ea52ec19313a6f649 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:33:51 +0000 Subject: [PATCH 2/2] 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> --- docs/source/_static/custom.css | 14 -------------- requirements.txt | 1 - 2 files changed, 15 deletions(-) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 87ea26ec3..5fcf0d318 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -40,20 +40,6 @@ div.admonition-video > p.admonition-title::after { content: "\f008"; } -/*terms with tooltips*/ - -a.hxr-hoverxref { - text-decoration: underline; - text-decoration-style: dotted; - text-decoration-thickness: 2px; - text-decoration-color: var(--color-link-underline); - border-bottom: none; -} - -a.hxr-hoverxref:hover { - text-decoration-color: var(--color-link-underline--hover); -} - /* second column of API autosummaries should break more and be a bit smaller */ table.autosummary td:nth-child(2) { FONT-WEIGHT: 300; diff --git a/requirements.txt b/requirements.txt index 76a798e56..34b4f83a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,6 @@ holoviews pyviz_comms jupyter-server-proxy massql -sphinx-hoverxref pyopenms