Skip to content

Commit f005c63

Browse files
committed
Move away from hoverxrefs
1 parent 5ce853c commit f005c63

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

docs-requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sphinx_rtd_theme >= 3
77
sphinxcontrib-jquery
88
sphinxcontrib-trio
99
towncrier
10-
sphinx-hoverxref
1110
sphinx-codeautolink
1211

1312
# Trio's own dependencies

docs-requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,11 @@ sphinx==8.2.3
7373
# via
7474
# -r docs-requirements.in
7575
# sphinx-codeautolink
76-
# sphinx-hoverxref
7776
# sphinx-rtd-theme
7877
# sphinxcontrib-jquery
7978
# sphinxcontrib-trio
8079
sphinx-codeautolink==0.17.4
8180
# via -r docs-requirements.in
82-
sphinx-hoverxref==1.4.2
83-
# via -r docs-requirements.in
8481
sphinx-rtd-theme==3.0.2
8582
# via -r docs-requirements.in
8683
sphinxcontrib-applehelp==2.0.0
@@ -92,7 +89,6 @@ sphinxcontrib-htmlhelp==2.1.0
9289
sphinxcontrib-jquery==4.1
9390
# via
9491
# -r docs-requirements.in
95-
# sphinx-hoverxref
9692
# sphinx-rtd-theme
9793
sphinxcontrib-jsmath==1.0.1
9894
# via sphinx

docs/source/conf.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def setup(app: Sphinx) -> None:
233233
"sphinx.ext.napoleon",
234234
"sphinxcontrib_trio",
235235
"sphinxcontrib.jquery",
236-
"hoverxref.extension",
237236
"sphinx_codeautolink",
238237
"local_customization",
239238
"typevars",
@@ -248,24 +247,6 @@ def setup(app: Sphinx) -> None:
248247
"flake8-async": ("https://flake8-async.readthedocs.io/en/latest/", None),
249248
}
250249

251-
# See https://sphinx-hoverxref.readthedocs.io/en/latest/configuration.html
252-
hoverxref_auto_ref = True
253-
hoverxref_domains = ["py"]
254-
# Set the default style (tooltip) for all types to silence logging.
255-
# See https://github.com/readthedocs/sphinx-hoverxref/issues/211
256-
hoverxref_role_types = {
257-
"attr": "tooltip",
258-
"class": "tooltip",
259-
"const": "tooltip",
260-
"exc": "tooltip",
261-
"func": "tooltip",
262-
"meth": "tooltip",
263-
"mod": "tooltip",
264-
"obj": "tooltip",
265-
"ref": "tooltip",
266-
"data": "tooltip",
267-
}
268-
269250
# See https://sphinx-codeautolink.readthedocs.io/en/latest/reference.html#configuration
270251
codeautolink_autodoc_inject = False
271252
codeautolink_global_preface = """

0 commit comments

Comments
 (0)