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 2a66dd3 commit 866d5b2Copy full SHA for 866d5b2
Doc/404.rst
@@ -0,0 +1,7 @@
1
+******************
2
+404 Page Not Found
3
4
+
5
+It seems the page you are searching for is missing.
6
7
+`Click Here to return to the homepage. <docs.python.org>`_
Doc/conf.py
@@ -401,6 +401,7 @@
401
html_additional_pages = {
402
'download': 'download.html',
403
'index': 'indexcontent.html',
404
+ '404': '404.html',
405
}
406
407
# Output an OpenSearch description file.
0 commit comments