From: Günter M. <mi...@us...> - 2022-07-06 06:39:59
|
- **status**: open-fixed --> closed-fixed - **Comment**: Fixed in Docutils 0.19. Thank you for the report. --- ** [bugs:#445] docutils generates links to redirecting PEP URLs** **Status:** closed-fixed **Created:** Fri Mar 11, 2022 09:16 AM UTC by Arek_Fu **Last Updated:** Sun Mar 13, 2022 06:59 PM 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. |