sphinx-notfound-page

Sphinx extension to build a 404 page with absolute URLs


Keywords
notfound, 404, page, sphinx, documentation, readthedocs, sphinx-extension
License
MIT
Install
pip install sphinx-notfound-page==1.0.0

Documentation

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