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 332b7e8 commit 2da65fdCopy full SHA for 2da65fd
docs/conf.py
@@ -41,6 +41,7 @@
41
# Add any Sphinx extension module names here, as strings. They can be
42
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
43
extensions = [
44
+ 'hoverxref.extension',
45
'notfound.extension',
46
'sphinx.ext.autodoc',
47
'sphinx.ext.intersphinx',
docs/requirements.txt
@@ -1,3 +1,4 @@
1
sphinx
2
+sphinx-hoverxref
3
sphinx-notfound-page
4
sphinx_rtd_theme
0 commit comments