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

[3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) #112422

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Nov 26, 2023

* Fix Sphinx warning in library/xml.rst

Direct use of the pyexpat module is deprecated, but this is how to check the version for security purposes

* Fix Sphinx warning in library/importlib.resources.rst

* Use italics for parameters

* Link to the exception

* Fix Sphinx warning in library/gzip.rst

* Document message and header defect base classes to fix Sphinx warning in library/email.headerregistry.rst

* Restore feed_eof() doc to fix Sphinx warning in library/asyncio-stream.rst

* Fix Sphinx warning in extending/newtypes.rst

* Fix Sphinx warning in c-api/set.rst

On stdtypes.rst, set and frozenset are documented together and the frozenset has the working refs
(cherry picked from commit 3faf8e5)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@hugovk hugovk marked this pull request as ready for review November 26, 2023 10:03
@hugovk hugovk requested review from a team, 1st1 and asvetlov as code owners November 26, 2023 10:04
@hugovk hugovk removed request for a team, 1st1 and asvetlov November 26, 2023 10:04
@hugovk hugovk added the docs Documentation in the Doc dir label Nov 26, 2023
@hugovk hugovk merged commit fc657d0 into python:3.11 Nov 26, 2023
23 checks passed
@hugovk hugovk deleted the backport-3faf8e5-3.11 branch November 26, 2023 12:22
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.

1 participant