Skip to content

Commit 6b59eb0

Browse files
committed
Update conf.py
1 parent add3e4c commit 6b59eb0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/sphinx/source/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@
6262
mathjax3_config = {'chtml': {'displayAlign': 'left',
6363
'displayIndent': '2em'}}
6464

65-
# Enable hover tooltips for glossary terms
66-
hoverxref_roles = [
67-
'term',
68-
]
65+
# # Enable hover tooltips for glossary terms
66+
# hoverxref_roles = [
67+
# 'term',
68+
# ]
69+
hoverxref_auto_ref = True # enable hoverxref for all roles
6970

7071
napoleon_use_rtype = False # group rtype on same line together with return
7172

0 commit comments

Comments
 (0)