Skip to content

carpentries/sphinx-notfound-page

 
 

Repository files navigation

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

About

Create a custom 404 page with absolute URLs hardcoded

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • HTML 0.8%