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 c0c58a7 commit 5b78484Copy full SHA for 5b78484
docs/source/conf.py
@@ -40,7 +40,7 @@
40
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
41
# ones.
42
extensions = [
43
- 'glossary_warnings', 'hoverxref.extension',
+ 'glossary_warnings',
44
'sphinx_copybutton', 'sphinx.ext.autodoc',
45
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
46
'sphinx_remove_toctrees',
@@ -59,12 +59,6 @@
59
"apidocs/_autosummary/pyopenmssubmodules/pyopenms.plotting.*.rst"]
60
autodoc_docstring_signature = True
61
62
-# configure tooltips
63
-hoverxref_roles = ['term', ]
64
-hoverxref_role_types = {'term': 'tooltip', }
65
-# specific for pyopenms documentation
66
-hoverxref_tooltip_lazy = True
67
-
68
# Add any paths that contain templates here, relative to this directory.
69
templates_path = ['_templates']
70
0 commit comments