File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
tests/examples/custom-object Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ def setup(app):
220
220
app .add_config_value ('hoverxref_auto_ref' , False , 'env' )
221
221
app .add_config_value ('hoverxref_mathjax' , False , 'env' )
222
222
app .add_config_value ('hoverxref_sphinxtabs' , False , 'env' )
223
+ app .add_config_value ('hoverxref_roles' , [], 'env' )
223
224
app .add_config_value ('hoverxref_domains' , [], 'env' )
224
225
225
226
app .add_config_value ('hoverxref_tooltip_api_host' , 'https://readthedocs.org' , 'env' )
Original file line number Diff line number Diff line change 11
11
12
12
13
13
def setup (app ):
14
- from hoverxref .nodeparser import parse_node
15
14
app .add_object_type (
16
15
'confval' , # directivename
17
16
'confval' , # rolename
18
17
'pair: %s; configuration value' , # indextemplate
19
- parse_node = parse_node ('confval' ),
20
18
)
You can’t perform that action at this time.
0 commit comments