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

Commits on Nov 26, 2023

  1. [3.11] pythongh-101100: Fix Sphinx reference warnings (pythonGH-112416)

    * 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 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5340640 View commit details
    Browse the repository at this point in the history