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 1f3a290 commit f8572beCopy full SHA for f8572be
docs/conf.py
@@ -26,6 +26,7 @@
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
extensions = [
29
+ 'notfound.extension',
30
'sphinx.ext.autodoc',
31
'sphinx.ext.doctest',
32
'sphinx.ext.intersphinx',
tox.ini
@@ -20,6 +20,7 @@ commands =
20
changedir = docs
21
deps =
22
sphinx
23
+ sphinx-notfound-page
24
sphinx_rtd_theme
25
[testenv:docs]
0 commit comments