Skip to content

Commit

Permalink
don't limit hoverxref to python domain
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 21, 2024
1 parent 8b46490 commit 8e8820e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

hoverxref_intersphinx = list(set(intersphinx_mapping) - {'python'})
hoverxref_intersphinx_types = dict.fromkeys(intersphinx_mapping, hoverxref_default_type)
hoverxref_domains = ['py']

always_document_param_types = True
autodoc_member_order = 'groupwise'
Expand Down

0 comments on commit 8e8820e

Please sign in to comment.