1
- Use custom 404 page on my project
2
- =================================
1
+ Use custom `` 404 Not Found `` page on my project
2
+ ===============================================
3
3
4
4
If you want your project to use a custom page for not found pages instead of the "Maze Found" default one,
5
- you can put a ``404.html `` on the root of your project's output.
5
+ you can put a ``404.html `` at the top level of your project's HTML output.
6
6
7
7
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.
8
8
@@ -11,16 +11,16 @@ all its resources URLs and links must be absolute (starting with a ``/``),
11
11
otherwise they will not work when a user clicks on them.
12
12
13
13
In case you don't want to deal with these links manually,
14
- or you want to use the same style for the 404 page than your theme in an easy way ,
14
+ or you want to use the same style as your theme,
15
15
you can use the `sphinx-notfound-page `_ extension.
16
16
17
17
18
18
Using ``sphinx-notfound-page `` extension
19
19
----------------------------------------
20
20
21
- The ``sphinx-notfound-page `` extension helps you to create and automatically arrange all the URLs and file location without worry about them .
22
- Once the extension is installed into Sphinx , it will generate the default 404 page for your.
23
- See its documentation _ for better customization .
21
+ The ``sphinx-notfound-page `` extension automatically creates the proper URLs for your 404 page .
22
+ Once the extension is installed, it will generate the default 404 page for your project .
23
+ See its documentation _ for how to install and custom it .
24
24
25
25
26
26
.. _sphinx-notfound-page : https://pypi.org/project/sphinx-notfound-page
0 commit comments