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 a6995c3 commit b5663bfCopy full SHA for b5663bf
docs/sphinx/source/conf.py
@@ -61,6 +61,11 @@
61
mathjax3_config = {'chtml': {'displayAlign': 'left',
62
'displayIndent': '2em'}}
63
64
+# Enable hover tooltips for glossary terms
65
+hoverxref_roles = [
66
+ 'term',
67
+]
68
+
69
napoleon_use_rtype = False # group rtype on same line together with return
70
71
# Add any paths that contain templates here, relative to this directory.
0 commit comments