Skip to content

Commit 65bf5c9

Browse files
committed
restore hoverxref_domains
Signed-off-by: Christian López Barrón <chris.gfz@gmail.com>
1 parent 5c4890f commit 65bf5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
hoverxref_intersphinx = list(set(intersphinx_mapping) - {'python', 'usd', 'networkx'}) # only works for RTD hosted docs
6969
hoverxref_intersphinx_types = dict.fromkeys(intersphinx_mapping, hoverxref_default_type)
70-
70+
hoverxref_domains = ['py']
7171
always_document_param_types = True
7272
autodoc_member_order = 'groupwise'
7373
maximum_signature_line_length = 150

0 commit comments

Comments
 (0)