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 @@ -233,7 +233,6 @@ def setup(app: Sphinx) -> None:
233
233
"sphinx.ext.napoleon" ,
234
234
"sphinxcontrib_trio" ,
235
235
"sphinxcontrib.jquery" ,
236
- "hoverxref.extension" ,
237
236
"sphinx_codeautolink" ,
238
237
"local_customization" ,
239
238
"typevars" ,
@@ -248,24 +247,6 @@ def setup(app: Sphinx) -> None:
248
247
"flake8-async" : ("https://flake8-async.readthedocs.io/en/latest/" , None ),
249
248
}
250
249
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
-
269
250
# See https://sphinx-codeautolink.readthedocs.io/en/latest/reference.html#configuration
270
251
codeautolink_autodoc_inject = False
271
252
codeautolink_global_preface = """
You can’t perform that action at this time.
0 commit comments