Closed
Description
Documentation Link
https://matplotlib.org/devdocs/
Problem
We have a number of .. redirect-from::
directives that are supposed to create a redirect html in the old location. That appears to have broken.
ie. doc/users/faq/troubleshooting_faq.rst
has a .. redirect-from:: /faq/troubleshooting_faq
which is supposed to make a file https://matplotlib.org/devdocs/faq/troubleshooting_faq.html that redirects to https://matplotlib.org/devdocs/users/faq/troubleshooting_faq.html However that file is not being created and so far as I can see no error messages are being emitted.
This is loaded from doc/sphinxext/redirect_from.py
Suggested improvement
This should be fixed
Matplotlib Version
main