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 typing module #102260

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 25, 2023

There was a warning during doc build inside typing.rst when running with make html SPHINXERRORHANDLING=-n:

./cpython/Doc/library/typing.rst:1587: WARNING: py:meth reference target not found: ssl.SSLObject.__init__

It happened because https://docs.python.org/3/library/ssl.html#ssl.SSLObject does not have __init__ documented (since it does not do anything useful).

Now the warning is gone:

Снимок экрана 2023-02-25 в 23 59 05

@AlexWaygood AlexWaygood added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Feb 25, 2023
@AlexWaygood AlexWaygood merged commit a498de4 into python:main Feb 25, 2023
@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 25, 2023
…H-102260)

(cherry picked from commit a498de4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Feb 25, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 25, 2023
…H-102260)

(cherry picked from commit a498de4)

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

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

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Feb 25, 2023
miss-islington added a commit that referenced this pull request Feb 25, 2023
(cherry picked from commit a498de4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington added a commit that referenced this pull request Feb 25, 2023
(cherry picked from commit a498de4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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.

4 participants