Skip to content

Commit 903dd6a

Browse files
committed
Reactivate sphinx-notfound-page (#4038)
2 parents 7659959 + 63f93a4 commit 903dd6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
html_static_path = ['images'] # should contain the folder with icons
233233

234234
# Add support for nice Not Found 404 pages
235-
# extensions += ['notfound.extension'] # readthedocs/sphinx-notfound-page#219
235+
extensions += ['notfound.extension']
236236

237237
# List of dicts with <link> HTML attributes
238238
# static-file points to files in the html_static_path (href is computed)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ docs =
108108
sphinx-inline-tabs
109109
sphinx-reredirects
110110
sphinxcontrib-towncrier
111-
sphinx-notfound-page == 0.8.3
111+
sphinx-notfound-page >=1,<2
112112
sphinx-hoverxref < 2
113113

114114
ssl =

0 commit comments

Comments
 (0)