We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add3e4c commit 6b59eb0Copy full SHA for 6b59eb0
docs/sphinx/source/conf.py
@@ -62,10 +62,11 @@
62
mathjax3_config = {'chtml': {'displayAlign': 'left',
63
'displayIndent': '2em'}}
64
65
-# Enable hover tooltips for glossary terms
66
-hoverxref_roles = [
67
- 'term',
68
-]
+# # Enable hover tooltips for glossary terms
+# hoverxref_roles = [
+# 'term',
+# ]
69
+hoverxref_auto_ref = True # enable hoverxref for all roles
70
71
napoleon_use_rtype = False # group rtype on same line together with return
72
0 commit comments