Skip to content

Commit b5663bf

Browse files
committed
Update conf.py
1 parent a6995c3 commit b5663bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sphinx/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
mathjax3_config = {'chtml': {'displayAlign': 'left',
6262
'displayIndent': '2em'}}
6363

64+
# Enable hover tooltips for glossary terms
65+
hoverxref_roles = [
66+
'term',
67+
]
68+
6469
napoleon_use_rtype = False # group rtype on same line together with return
6570

6671
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)