From: Arek_Fu <ar...@us...> - 2022-03-11 09:24:33
|
--- ** [bugs:#445] docutils generates links to redirecting PEP URLs** **Status:** open **Created:** Fri Mar 11, 2022 09:16 AM UTC by Arek_Fu **Last Updated:** Fri Mar 11, 2022 09:16 AM UTC **Owner:** nobody The official URL for PEPs seems to have recently changed to the format [https://peps.python.org/pep-0008/](https://peps.python.org/pep-0008/). The links generated by docutils have the form [https://www.python.org/dev/peps/pep-0008](https://www.python.org/dev/peps/pep-0008); this redirects to the official URL, but it raises warnings in Sphinx's linkcheck builder. I initially thought this was an issue with Sphinx and opened a bug report [there](https://github.com/sphinx-doc/sphinx/issues/10253), but I think the links are actually generated by docutils. Expected behaviour: docutils should generate links to the new PEP URLs. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |