Skip to content

Commit 8444540

Browse files
humitosericholscher
andcommitted
Grammar cleanup
Co-Authored-By: Eric Holscher <[email protected]>
1 parent 686a5f0 commit 8444540

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guides/custom-404-page.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Use custom 404 page on my project
2-
=================================
1+
Use custom ``404 Not Found`` page on my project
2+
===============================================
33

44
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.
66

77
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.
88

@@ -11,16 +11,16 @@ all its resources URLs and links must be absolute (starting with a ``/``),
1111
otherwise they will not work when a user clicks on them.
1212

1313
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,
1515
you can use the `sphinx-notfound-page`_ extension.
1616

1717

1818
Using ``sphinx-notfound-page`` extension
1919
----------------------------------------
2020

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.
2424

2525

2626
.. _sphinx-notfound-page: https://pypi.org/project/sphinx-notfound-page

0 commit comments

Comments
 (0)