Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork63
Open
Description
Currently, 3.0-3.5 and 2.0-2.6 are symlinked to therelease/
directory. Should we also retire 2.7, 3.6, 3.7, and 3.8 in the same way?
I'm not sure what procedure@JulienPalard has used in the past, ashttps://docs.python.org/3.5/ shows the EOL banner even though it is symlinked, meaning the files inrelease/3.5.10
have changed. We should record what the best course of action is and then apply it to the EOL versions we choose to retire/symlink.
This would also simplifybuild_docs.py
a little bit.
A
adam@docs:/srv/docs.python.org$ ls -altotal 152drwxrwxr-x 26 docsbuild docs 4096 Oct 7 2024 .drwxr-xr-x 5 root root 4096 Aug 8 2024 ..lrwxrwxrwx 1 docsbuild docs 3 Feb 14 2019 2 -> 2.7lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.0 -> release/2.0.1lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.1 -> release/2.1.3lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.2 -> release/2.2.3lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.3 -> release/2.3.5lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.4 -> release/2.4.4lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.5 -> release/2.5.4lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 2.6 -> release/2.6.9drwxrwxr-x 19 docsbuild docs 4096 Apr 11 2022 2.7lrwxrwxrwx 1 docsbuild docs 4 Oct 7 2024 3 -> 3.13lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 3.0 -> release/3.0.1lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 3.1 -> release/3.1.5drwxrwxr-x 20 docsbuild docs 4096 Apr 15 23:25 3.10drwxrwxr-x 20 docsbuild docs 4096 Apr 15 23:24 3.11drwxrwxr-x 19 docsbuild docs 4096 Apr 15 23:22 3.12drwxrwxr-x 19 docsbuild docs 4096 Apr 15 23:20 3.13drwxrwxr-x 19 docsbuild docs 4096 Apr 15 23:17 3.14lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 3.2 -> release/3.2.6lrwxrwxrwx 1 docsbuild docs 13 Feb 14 2019 3.3 -> release/3.3.7lrwxrwxrwx 1 docsbuild docs 14 Mar 18 2019 3.4 -> release/3.4.10lrwxrwxrwx 1 larry larry 14 Sep 5 2020 3.5 -> release/3.5.10drwxrwxr-x 19 docsbuild docs 4096 Apr 16 01:37 3.6drwxrwxr-x 20 docsbuild docs 4096 Apr 16 01:35 3.7drwxrwxr-x 20 docsbuild docs 4096 Apr 15 23:31 3.8drwxrwxr-x 20 docsbuild docs 4096 Apr 15 23:28 3.9
Metadata
Metadata
Assignees
Labels
No labels