Add tooltips to documentation cross-references

This commit is contained in:
Adrián Chaves 2019-11-18 16:11:03 +01:00
parent a78e58afe0
commit fed93515de
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ sys.path.insert(0, path.dirname(path.dirname(__file__)))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'hoverxref.extension',
'notfound.extension',
'scrapydocs',
'sphinx.ext.autodoc',

View File

@ -1,3 +1,4 @@
Sphinx>=2.1
sphinx-hoverxref
sphinx-notfound-page
sphinx_rtd_theme