Changes between Initial Version and Version 2 of Ticket #32720
- Timestamp:
- May 7, 2021, 3:25:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32720
- Property Triage Stage Unreviewed → Accepted
-
Ticket #32720 – Description
initial v2 12 12 13 13 1. Add some initial configuration and documentation, fix broken links, and "canonicalize" some links to avoid redirects. 14 1. Add a scheduled GitHub action to check for broken links, or redirects that could be simplified, on a weekly/monthly basis.14 1. ~~Add a scheduled GitHub action to check for broken links, or redirects that could be simplified, on a weekly/monthly basis.~~ 15 15 16 The second step would need to wait for [https://github.com/sphinx-doc/sphinx/issues/6525 sphinx-doc/sphinx#6525] to be addressed so that we can treat desired redirections as "working" links instead of "redirected", e.g. `https://docs.djangoproject.com/en/stable/` → `https://docs.djangoproject.com/en/3.2/`. 16 ~~The second step would need to wait for [https://github.com/sphinx-doc/sphinx/issues/6525 sphinx-doc/sphinx#6525] to be addressed so that we can treat desired redirections as "working" links instead of "redirected", e.g. `https://docs.djangoproject.com/en/stable/` → `https://docs.djangoproject.com/en/3.2/`.~~ 17 17 18 The `linkcheck` builder generates `docs/_build/linkcheck/output.{json,txt}` which could be filtered and attached as an artifact from the GitHub action to make it easier to provide a report on what needs fixing. 18 ~~The `linkcheck` builder generates `docs/_build/linkcheck/output.{json,txt}` which could be filtered and attached as an artifact from the GitHub action to make it easier to provide a report on what needs fixing.~~ 19 19 20 Here's a [https://github.com/django/django/pull/14325 PR] for the first step. 20 Here's a [https://github.com/django/django/pull/14325 PR]~~ for the first step~~. 21 22 (Migrated suggestion for a scheduled GitHub action to #32723.)