sphinx-reredirects is the extension for Sphinx documentation projects that handles redirects for moved pages. Based on its configuration, the extension generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents.
Good URLs are never changing URLs. But if you must, sphinx-reredirects helps you manage redirects with ease and from the single place in project's conf.py
. For example, if you rename the document start
to intro
, you configure this redirect, the extension generates HTML page start.html
with <meta http-equiv="refresh" content="0; url=intro.html">
. sphinx-reredirects supports wildcards and moving to different domain too.
--
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/CAOGNDW-cm%2BPoLbTZF5Y3UKxigXGUx8c6gJGTSiV7%3DJuM3DzCdA%40mail.gmail.com.