Skip to content

Commit

Permalink
restore hoverxref_domains
Browse files Browse the repository at this point in the history
Signed-off-by: Christian López Barrón <[email protected]>
  • Loading branch information
chrizzFTD committed Dec 29, 2024
1 parent 5c4890f commit 65bf5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

hoverxref_intersphinx = list(set(intersphinx_mapping) - {'python', 'usd', 'networkx'}) # only works for RTD hosted docs
hoverxref_intersphinx_types = dict.fromkeys(intersphinx_mapping, hoverxref_default_type)

hoverxref_domains = ['py']
always_document_param_types = True
autodoc_member_order = 'groupwise'
maximum_signature_line_length = 150
Expand Down

0 comments on commit 65bf5c9

Please sign in to comment.