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 ff3ce06 commit f3bcdd9Copy full SHA for f3bcdd9
docs/conf.py
@@ -25,7 +25,6 @@
25
# Add any Sphinx extension module names here, as strings. They can be extensions
26
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27
extensions = [
28
- "hoverxref.extension",
29
"notfound.extension",
30
"sphinx.ext.autodoc",
31
"sphinx.ext.doctest",
@@ -260,8 +259,3 @@
260
259
# -- Nitpicking options -------------------------------------------------------
261
262
nitpicky = True
263
-
264
265
-# -- sphinx-hoverxref options -------------------------------------------------
266
267
-hoverxref_auto_ref = True
docs/requirements.txt
@@ -1,4 +1,3 @@
1
sphinx
2
-sphinx-hoverxref
3
sphinx-notfound-page
4
sphinx_rtd_theme
0 commit comments