Skip to content

Conversation

@AA-Turner
Copy link
Member

@AA-TurnerAA-Turner commented Sep 18, 2025

Following https://discuss.python.org/t/101343/45

This is the first step, no longer advertising the links.

A


📚 Documentation preview 📚: https://cpython-previews--139142.org.readthedocs.build/

@AA-Turner
Copy link
MemberAuthor

AA-Turner commented Sep 18, 2025

Also cc @Yhg1s as 3.13 RM as I propose backporting this, ideally as far as possible.

@StanFromIreland

This comment was marked as off-topic.


<p>{% trans %}
We no longer provide pre-built PDFs of the documentation.
To build a PDF archive, follow the instructions in the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for main, but for older versions where we do have nearly up-to-date PDF versions in slightly older documentation, we should mention those, preferably with a link.

@AA-TurnerAA-Turner merged commit 6b5f156 into python:mainSep 29, 2025
44 checks passed
@AA-TurnerAA-Turner deleted the docs/pdfs-have-ceased-to-be branch September 29, 2025 17:59
@miss-islington-app
Copy link

Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@github-project-automationgithub-project-automationbot moved this from Todo to Done in Docs PRsSep 29, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 29, 2025
(cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 29, 2025
(cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
@bedevere-app
Copy link

GH-139426 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14 bugs and security fixes label Sep 29, 2025
@bedevere-app
Copy link

GH-139427 is a backport of this pull request to the 3.13 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 29, 2025
(cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
@miss-islington-app
Copy link

Sorry, @AA-Turner, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 6b5f15698a436591f7c305c576a2d366c38d9997 3.11 

@miss-islington-app
Copy link

Sorry, @AA-Turner, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 6b5f15698a436591f7c305c576a2d366c38d9997 3.10 

@bedevere-app
Copy link

GH-139428 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Sep 29, 2025
@bedevere-app
Copy link

GH-139430 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Sep 29, 2025
AA-Turner added a commit to AA-Turner/cpython that referenced this pull request Sep 29, 2025
AA-Turner added a commit to AA-Turner/cpython that referenced this pull request Sep 29, 2025
(cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
@bedevere-app
Copy link

GH-139430 is a backport of this pull request to the 3.11 branch.

@AA-Turner
Copy link
MemberAuthor

No point backporting to 3.9, it's nearly EOL.

AA-Turner added a commit to AA-Turner/cpython that referenced this pull request Sep 29, 2025
(cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
@bedevere-app
Copy link

GH-139431 is a backport of this pull request to the 3.10 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.10 only security fixes label Sep 29, 2025
@picnixz
Copy link
Member

@AA-Turner I would suggest having a meta issue for this.

hugovk pushed a commit that referenced this pull request Sep 29, 2025
Remove link to the PDF downloads (GH-139142) (cherry picked from commit 6b5f156) Co-authored-by: Adam Turner <[email protected]>
@AA-TurnerAA-Turner changed the title Remove link to the PDF downloadsgh-139436: Remove link to the PDF downloadsSep 29, 2025
@bedevere-app
Copy link

GH-139426 is a backport of this pull request to the 3.14 branch.

@bedevere-app
Copy link

GH-139427 is a backport of this pull request to the 3.13 branch.

@bedevere-app
Copy link

GH-139428 is a backport of this pull request to the 3.12 branch.

@bedevere-app
Copy link

GH-139430 is a backport of this pull request to the 3.11 branch.

@bedevere-app
Copy link

GH-139431 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL9 Refleaks 3.11 (tier-3) has failed when building commit 8adac49.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1586/builds/69) and take a look at the build logs.
  4. Check if the failure is related to this commit (8adac49) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1586/builds/69

Failed tests:

  • test_typing

Test leaking resources:

  • test_typing: memory blocks

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 6, done. remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 4 (from 1)  From https://github.com/python/cpython * branch 3.11 -> FETCH_HEAD Note: switching to '8adac492d4d6f5cbff74e5250c211230e41cdbbf'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 8adac492d4d [3.11] Remove link to the PDF downloads (GH-139142) (#139430) Switched to and reset branch '3.11' renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 make: *** [Makefile:1852: buildbottest] Error 2

Yhg1s pushed a commit that referenced this pull request Oct 7, 2025
ambv pushed a commit that referenced this pull request Oct 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants

@AA-Turner@StanFromIreland@picnixz@bedevere-bot@hugovk@Yhg1s