Skip to content

Commit

Permalink
remove hoverxref
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Nov 12, 2020
1 parent 0203941 commit b21fbea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
'sphinx.ext.mathjax',
'recommonmark',
'sphinx_autodoc_typehints',
'hoverxref.extension',
]

intersphinx_mapping = {
Expand Down Expand Up @@ -104,20 +103,6 @@
typehints_document_rtype = True
set_type_checking_flag = True

# hoverxref
hoverxref_auto_ref = True
hoverxref_roles = ['term']
hoverxref_domains = ['py']
hoverxref_role_types = {
'hoverxref': 'tooltip',
'ref': 'tooltip',
'term': 'tooltip',
'obj': 'tooltip',
'func': 'tooltip',
'mod': 'tooltip',
'meth': 'tooltip',
'class': 'tooltip',
}
# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ nbsphinx>=0.5.1
recommonmark>=0.6.0
sphinx_rtd_theme>=0.4.3
sphinx-autodoc-typehints>=1.10.3
git+https://github.com/readthedocs/sphinx-hoverxref@master
sphinxcontrib-napoleon
pygments==2.4.1

0 comments on commit b21fbea

Please sign in to comment.