Skip to main content

Sphinx extension to build a 404 page with absolute URLs

Project description

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',
]

Customization

There are some configs that you can modify in your conf.py file,

notfound_template (str)

Default: 'page.html'

notfound_context (dict)

Default: {'body': '<h1>Page not found</h1>\n\nThanks for trying.'}

notfound_pagename (str)

Default: '404'

notfound_default_language (str)

Default: 'en'

notfound_default_version (str)

Default: 'latest'

Thanks

Strongly based on @ericholscher’s solution from https://github.com/rtfd/readthedocs.org/issues/353

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-notfound-page-0.2.linux-x86_64.tar.gz (12.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page