sphinx-notfound-page
sphinx-notfound-page copied to clipboard
Create a custom 404 page with absolute URLs hardcoded
Define https://tox.wiki/en/4.16.0/config.html#skip_missing_interpreters so when running on CircleCI it only runs the environments for the Python versions we have defined. Closes #243
Reference: * https://github.com/readthedocs/sphinx-notfound-page/pull/242#issuecomment-2260378021
Best sphinx publication warning a lot about fixe version of package use for generate the documentation. For that pip-compile is the way. Unfortunatlly i have to add sphinx-notfound-page because the...
Hi, I found a weird bug where adding this extension to a single page app (index.rst without a toctree), pydata-sphinx-theme threw an error. To work around this, I added `dummy.rst`...
## Example ## Build result home href is `#`, the home link (href) in the generated HTML files is invalid. It seems to point to the wrong location.
Hi, in Python docs hosted at https://docs.python.org/, we have multiple builds, for multiple languages. We'd like to be able to specify following configuration: ```py notfound_urls_prefix = '/{language}/3/' ``` that would...
https://support.google.com/webmasters/answer/7440203#soft_404: > The page request returns what we think is a [soft 404 response](https://support.google.com/webmasters/answer/181708). This means that it returns a user-friendly "not found" message but not a 404 HTTP response...