Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.33 KB

README.rst

File metadata and controls

53 lines (34 loc) · 1.33 KB

Build status Current PyPI version Documentation status Repository license

sphinx-notfound-page

Create a custom 404 page with absolute URLs hardcoded.

Installation

pip install sphinx-notfound-page

Configuration

Add this extension in your conf.py file as:

extensions = [
 # ... other extensions here

 'notfound.extension',
]

Documentation

Check out the full documentation at https://sphinx-notfound-page.readthedocs.io/

Thanks

Strongly based on @ericholscher's solution from readthedocs/readthedocs.org#353