sphinx/conf.py: Fix redirection declarations with sphinx-reredirects
Source to redirect must be a docname and redirect link must be relative to the redirected document.
This also reverts commit dbc52f9d as those files are no longer needed.
For the record, the generated content of a document to redirect is the following:
<html><head><meta http-equiv="refresh" content="0; url=[relative URL to document]"></head></html>
Merge request reports
Activity
Filter activity
Please register or sign in to reply