add sphinx-notfound-page (#777)

Co-authored-by: Hynek Schlawack <hs@ox.cx>
This commit is contained in:
Thomas Grainger 2021-03-10 06:57:26 +00:00 committed by GitHub
parent 3147e84603
commit 0a6f8075eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ extensions = [
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"notfound.extension",
]

View File

@ -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",