Skip to content

Commit 568d84e

Browse files
authored
Merge pull request #3245 from A5rocks/away-from-hoverxref
Move away from hoverxrefs
2 parents 8f1f294 + f005c63 commit 568d84e

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
@@ -234,7 +234,6 @@ def setup(app: Sphinx) -> None:
234234
"sphinx.ext.napoleon",
235235
"sphinxcontrib_trio",
236236
"sphinxcontrib.jquery",
237-
"hoverxref.extension",
238237
"sphinx_codeautolink",
239238
"local_customization",
240239
"typevars",
@@ -249,24 +248,6 @@ def setup(app: Sphinx) -> None:
249248
"flake8-async": ("https://flake8-async.readthedocs.io/en/latest/", None),
250249
}
251250

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

0 commit comments

Comments
 (0)