File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sphinx_rtd_theme >= 3
7
7
sphinxcontrib-jquery
8
8
sphinxcontrib-trio
9
9
towncrier
10
- sphinx-hoverxref
11
10
sphinx-codeautolink
12
11
13
12
# Trio's own dependencies
Original file line number Diff line number Diff line change @@ -73,14 +73,11 @@ sphinx==8.2.3
73
73
# via
74
74
# -r docs-requirements.in
75
75
# sphinx-codeautolink
76
- # sphinx-hoverxref
77
76
# sphinx-rtd-theme
78
77
# sphinxcontrib-jquery
79
78
# sphinxcontrib-trio
80
79
sphinx-codeautolink==0.17.4
81
80
# via -r docs-requirements.in
82
- sphinx-hoverxref==1.4.2
83
- # via -r docs-requirements.in
84
81
sphinx-rtd-theme==3.0.2
85
82
# via -r docs-requirements.in
86
83
sphinxcontrib-applehelp==2.0.0
@@ -92,7 +89,6 @@ sphinxcontrib-htmlhelp==2.1.0
92
89
sphinxcontrib-jquery==4.1
93
90
# via
94
91
# -r docs-requirements.in
95
- # sphinx-hoverxref
96
92
# sphinx-rtd-theme
97
93
sphinxcontrib-jsmath==1.0.1
98
94
# via sphinx
Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ def setup(app: Sphinx) -> None:
234
234
"sphinx.ext.napoleon" ,
235
235
"sphinxcontrib_trio" ,
236
236
"sphinxcontrib.jquery" ,
237
- "hoverxref.extension" ,
238
237
"sphinx_codeautolink" ,
239
238
"local_customization" ,
240
239
"typevars" ,
@@ -249,24 +248,6 @@ def setup(app: Sphinx) -> None:
249
248
"flake8-async" : ("https://flake8-async.readthedocs.io/en/latest/" , None ),
250
249
}
251
250
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
-
270
251
# See https://sphinx-codeautolink.readthedocs.io/en/latest/reference.html#configuration
271
252
codeautolink_autodoc_inject = False
272
253
codeautolink_global_preface = """
You can’t perform that action at this time.
0 commit comments