8000 PEP 101: Simplified due to centralisation of switchers in the doc. by JulienPalard · Pull Request #1438 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 101: Simplified due to centralisation of switchers in the doc. #1438

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

Merged
merged 7 commits into from
Nov 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
consistency
  • Loading branch information
JulienPalard committed Nov 7, 2020
commit abf05b2b913af5bd972df8b3399a10d754e5846e
8 changes: 4 additions & 4 deletions pep-0101.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ to perform some manual editing steps.
- For a **new branch** release, add it to `docsbuild script
<https://github.com/python/docsbuild-scripts/blob/master/build_docs.py>`_'s
``VERSIONS`` list, so that the new maintenance branch is now
*pre-release* and add the new *in development* version.
``pre-release`` and add the new ``in development`` version.

- For a **final** major release, `docsbuild script
<https://github.com/python/docsbuild-scripts/blob/master/build_docs.py>`_'s
Expand Down Expand Up @@ -449,8 +449,8 @@ to perform some manual editing steps.
unpack the HTML docs to ``/srv/docs.python.org/release/X.Y.Z[rcA]`` on
docs.nyc1.psf.io. Make sure the files are in group ``docs`` and are
group-writeable. If it is a release of a security-fix-only version,
tell the DE to start a build (security-fixes and EOL version are not
built daily).
tell the DE to start a build (``security-fixes`` and ``EOL`` version
are not built daily).

- Let the DE check if the docs are built and work all right.

Expand Down Expand Up @@ -883,7 +883,7 @@ else does them. Some of those tasks include:

- Update `docsbuild script
<https://github.com/python/docsbuild-scripts/blob/master/build_docs.py>`_'s
``VERSIONS`` list, changing the version state to *EOL*.
``VERSIONS`` list, changing the version state to ``EOL``.

- On the docs download server (docs.nyc1.psf.io), ensure the top-level
symlink points to the upload of unpacked html docs from final release::
Expand Down
0