File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,12 @@ Custom Not Found (404) Pages
66
66
If you want your project to use a custom page for not found pages instead of the "Maze Found" default,
67
67
you can put a ``404.html `` at the top level of your project's HTML output.
68
68
69
- When a 404 is returned, Read the Docs checks if there is a ``404.html `` in the root of your project's output and uses it if it exists.
69
+ When a 404 is returned,
70
+ Read the Docs checks if there is a ``404.html `` in the root of your project's output
71
+ corresponding to the *current * version
72
+ and uses it if it exists.
73
+ Otherwise, it tries to fall back to the ``404.html `` page
74
+ corresponding to the *default * version of the project.
70
75
71
76
We recommend the `sphinx-notfound-page `_ extension,
72
77
which Read the Docs maintains.
You can’t perform that action at this time.
0 commit comments