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
Missing
  • Loading branch information
JulienPalard committed Nov 7, 2020
commit 24784f9fdb7c0c8e99ddf6fa1c6c32b0d72413d7
3 changes: 3 additions & 0 deletions pep-0101.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ to perform some manual editing steps.

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

- If this is a **final** major release: Tell the DE to adapt redirects for
docs.python.org/X.Y in the nginx config for docs.python.org.

- Note both the documentation and downloads are behind a caching CDN. If
you change archives after downloading them through the website, you'll
need to purge the stale data in the CDN like this::
Expand Down
0