Skip to content

Commit 5b78484

Browse files
authored
Update Sphinx configuration in conf.py
Removed hoverxref configuration for tooltips.
1 parent c0c58a7 commit 5b78484

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141
# ones.
4242
extensions = [
43-
'glossary_warnings', 'hoverxref.extension',
43+
'glossary_warnings',
4444
'sphinx_copybutton', 'sphinx.ext.autodoc',
4545
'sphinx.ext.autosummary', 'sphinx.ext.mathjax',
4646
'sphinx_remove_toctrees',
@@ -59,12 +59,6 @@
5959
"apidocs/_autosummary/pyopenmssubmodules/pyopenms.plotting.*.rst"]
6060
autodoc_docstring_signature = True
6161

62-
# configure tooltips
63-
hoverxref_roles = ['term', ]
64-
hoverxref_role_types = {'term': 'tooltip', }
65-
# specific for pyopenms documentation
66-
hoverxref_tooltip_lazy = True
67-
6862
# Add any paths that contain templates here, relative to this directory.
6963
templates_path = ['_templates']
7064

0 commit comments

Comments
 (0)