add sphinx-notfound-page (#777)
Co-authored-by: Hynek Schlawack <hs@ox.cx>
This commit is contained in:
parent
3147e84603
commit
0a6f8075eb
|
@ -52,6 +52,7 @@ extensions = [
|
|||
"sphinx.ext.doctest",
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.todo",
|
||||
"notfound.extension",
|
||||
]
|
||||
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ CLASSIFIERS = [
|
|||
]
|
||||
INSTALL_REQUIRES = []
|
||||
EXTRAS_REQUIRE = {
|
||||
"docs": ["furo", "sphinx", "zope.interface"],
|
||||
"docs": ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"],
|
||||
"tests_no_zope": [
|
||||
# 5.0 introduced toml; parallel was broken until 5.0.2
|
||||
"coverage[toml]>=5.0.2",
|
||||
|
|
Loading…
Reference in New Issue