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.
2 parents 7659959 + 63f93a4 commit 903dd6aCopy full SHA for 903dd6a
docs/conf.py
@@ -232,7 +232,7 @@
232
html_static_path = ['images'] # should contain the folder with icons
233
234
# Add support for nice Not Found 404 pages
235
-# extensions += ['notfound.extension'] # readthedocs/sphinx-notfound-page#219
+extensions += ['notfound.extension']
236
237
# List of dicts with <link> HTML attributes
238
# static-file points to files in the html_static_path (href is computed)
setup.cfg
@@ -108,7 +108,7 @@ docs =
108
sphinx-inline-tabs
109
sphinx-reredirects
110
sphinxcontrib-towncrier
111
- sphinx-notfound-page == 0.8.3
+ sphinx-notfound-page >=1,<2
112
sphinx-hoverxref < 2
113
114
ssl =
0 commit comments