Sphinx extension to build a 404 page with absolute URLs
Project Links
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
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
Jan 28, 2025
1.1.0
Jul 31, 2024
1.0.4
Jul 30, 2024
1.0.3
May 23, 2024
1.0.2
May 21, 2024
1.0.1
Aug 30, 2023
1.0.0
Aug 24, 2023
1.0.0rc1
Jul 13, 2022
0.8.3
Nov 09, 2021
0.8
May 20, 2021
0.7.1
May 20, 2021
0.7
Jan 04, 2021
0.6
Jul 27, 2020
0.5
Jun 11, 2019
0.4
May 25, 2019
0.3
Mar 29, 2019
0.2.1
Feb 04, 2019
0.1
Mar 29, 2019
0.2.linux