docsbuild-scripts
docsbuild-scripts copied to clipboard
scripts for building documentation on docs.python.org
Noticed whilst testing #226. I can look to restore them, assuming this is something we want to keep. A
# Bug report ### Bug description: On page 9 of the file `tutorial.pdf` of Python 3.12.2 documentation the primary prompt is rendered incorrectly, like this:  But in the earlier...
When you go to: `docs.python.org/pl/` you are automatically redirected to `https://docs.python.org/pl/3/`. When you go to: `docs.python.org/el/` the folders containing all builds are listed, and you are not automatically redirected. And,...
Currently, 3.0-3.5 and 2.0-2.6 are symlinked to the `release/` 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...
Let's create an easy way to run manual rebuilds on the server. This can be for a single version or multiple. We'll need to do it fairly regularly for the...