Skip to content
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

gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst #109881

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Sep 26, 2023

It used to be:

/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:112: WARNING: py:meth reference target not found: __del__
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:223: WARNING: py:meth reference target not found: keyrefs
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:281: WARNING: py:meth reference target not found: __del__
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:526: WARNING: py:meth reference target not found: __del__
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:534: WARNING: py:meth reference target not found: remove
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:537: WARNING: py:meth reference target not found: __del__
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:556: WARNING: py:meth reference target not found: __del__
/Users/sobolev/Desktop/cpython/Doc/library/weakref.rst:561: WARNING: py:meth reference target not found: __del__

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

@sobolevn sobolevn added docs Documentation in the Doc dir skip news labels Sep 26, 2023
@hugovk hugovk changed the title gh-101100: Fix shpinx warnings in Doc/library/weakref.rst gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst Sep 26, 2023
@hugovk hugovk added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Sep 26, 2023
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

Thanks!

@hugovk hugovk merged commit 7c61a36 into python:main Sep 26, 2023
29 checks passed
@miss-islington
Copy link
Contributor

Thanks @sobolevn for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @sobolevn and @hugovk, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 7c61a361fc2e93375e22849fffbc20b60e94dbde 3.12

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 26, 2023
…thonGH-109881)

(cherry picked from commit 7c61a36)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

bedevere-app bot commented Sep 26, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Sep 26, 2023
@bedevere-app
Copy link

bedevere-app bot commented Sep 26, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Sep 26, 2023
hugovk pushed a commit to hugovk/cpython that referenced this pull request Sep 26, 2023
…st` (pythonGH-109881).

(cherry picked from commit 7c61a36)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
hugovk pushed a commit that referenced this pull request Sep 26, 2023
…H-109881) (#109883)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Yhg1s pushed a commit that referenced this pull request Sep 26, 2023
…H-109881) (#109884)

[3.12] gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (GH-109881).
(cherry picked from commit 7c61a36)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants