Skip to content

Translations do not redirect to 3.12 #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
egeakman opened this issue Oct 4, 2023 · 3 comments
Closed

Translations do not redirect to 3.12 #166

egeakman opened this issue Oct 4, 2023 · 3 comments

Comments

@egeakman
Copy link
Contributor

egeakman commented Oct 4, 2023

Translations (docs.python.org/xx/3/) redirects to the 3.11 docs, while English (docs.python.org/3/) redirects to 3.12.

Version.current_stable().name shows 3.12 when I try locally, so will the redirections work properly after a rebuild or is there something wrong?

If this is something normal, sorry for the noob bug report/question, this is only the second time I'm witnessing a major update, while working on the documentation itself.

@AA-Turner
Copy link
Member

cc @ambv (as he fixed the /3/ symlink)

A

@JulienPalard
Copy link
Member

This is due to old build runners still being alive with the old configuration.

It should be fixed by #168

I manually killed all old scripts and I'm manually starting a:

/srv/docsbuild/venv/bin/python /srv/docsbuild/scripts/build_docs.py --quick

so we at least get links right, "quickly".

But still it means that we hit the spot: builds take now more than 24h.

@egeakman
Copy link
Contributor Author

egeakman commented Oct 6, 2023

Fixed for now, but we should definitely look into getting builds faster. See #169

@egeakman egeakman closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants