Skip to content

Commit f0d813d

Browse files
committed
Update conf.py
1 parent b88ac2d commit f0d813d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/sphinx/source/conf.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,9 @@
6464

6565
# Enable hover tooltips
6666
hoverxref_auto_ref = True
67-
hoverxref_roles = [
68-
'term',
69-
'ref',
70-
]
71-
hoverxref_domains = [
72-
'func',
73-
'class',
74-
'meth',
75-
]
67+
hoverxref_roles = ["class", "meth", "func", "ref", "term"]
68+
hoverxref_role_types = dict.fromkeys(hoverxref_roles, "tooltip")
69+
hoverxref_domains = ["py"]
7670

7771
napoleon_use_rtype = False # group rtype on same line together with return
7872

0 commit comments

Comments
 (0)