File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sphinx_rtd_theme >= 3
77sphinxcontrib-jquery
88sphinxcontrib-trio
99towncrier
10- sphinx-hoverxref
1110sphinx-codeautolink
1211
1312# Trio's own dependencies
Original file line number Diff line number Diff 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
8079sphinx-codeautolink==0.17.4
8180 # via -r docs-requirements.in
82- sphinx-hoverxref==1.4.2
83- # via -r docs-requirements.in
8481sphinx-rtd-theme==3.0.2
8582 # via -r docs-requirements.in
8683sphinxcontrib-applehelp==2.0.0
@@ -92,7 +89,6 @@ sphinxcontrib-htmlhelp==2.1.0
9289sphinxcontrib-jquery==4.1
9390 # via
9491 # -r docs-requirements.in
95- # sphinx-hoverxref
9692 # sphinx-rtd-theme
9793sphinxcontrib-jsmath==1.0.1
9894 # via sphinx
Original file line number Diff line number Diff 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
271252codeautolink_autodoc_inject = False
272253codeautolink_global_preface = """
You can’t perform that action at this time.
0 commit comments