Thanks to visit codestin.com Credit goes to github.com
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 21d6d8d commit 000776aCopy full SHA for 000776a
2 files changed
conf.py
@@ -7,6 +7,7 @@
7
8
extensions = [
9
'custom_roles',
10
+ 'notfound.extension',
11
'sphinx.ext.intersphinx',
12
'sphinx.ext.todo',
13
'sphinx_copybutton',
@@ -140,6 +141,9 @@
140
141
142
todo_include_todos = True
143
144
+# sphinx-notfound-page
145
+notfound_urls_prefix = "/"
146
+
147
# sphinxext-opengraph config
148
ogp_site_url = "https://devguide.python.org/"
149
ogp_site_name = "Python Developer's Guide"
requirements.txt
@@ -2,6 +2,7 @@ Sphinx==6.1.3
2
furo>=2022.6.4
3
jinja2
4
sphinx-lint==0.6.7
5
+sphinx-notfound-page
6
sphinx_copybutton>=0.3.3
sphinxext-opengraph>=0.7.1
sphinxext-rediraffe
0 commit comments