sphinx-notfound-page 1.1.0


pip install sphinx-notfound-page

  Latest version

Released: Jan 28, 2025


Meta
Author: Manuel Kaufmann
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Sphinx
  • Sphinx :: Extension

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Topic
  • Documentation :: Sphinx
  • Software Development :: 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 https://github.com/readthedocs/readthedocs.org/issues/353

Extras:
Dependencies:
sphinx (>=5)