We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4890f commit 65bf5c9Copy full SHA for 65bf5c9
docs/source/conf.py
@@ -67,7 +67,7 @@
67
68
hoverxref_intersphinx = list(set(intersphinx_mapping) - {'python', 'usd', 'networkx'}) # only works for RTD hosted docs
69
hoverxref_intersphinx_types = dict.fromkeys(intersphinx_mapping, hoverxref_default_type)
70
-
+hoverxref_domains = ['py']
71
always_document_param_types = True
72
autodoc_member_order = 'groupwise'
73
maximum_signature_line_length = 150
0 commit comments