Skip to content

gh-151943: Fix incorrect interface names in xml.sax.rst#151961

Open
manoj-marimuthu wants to merge 1 commit into
python:mainfrom
manoj-marimuthu:fix-sphinx-warnings-in-doc-lib-xml
Open

gh-151943: Fix incorrect interface names in xml.sax.rst#151961
manoj-marimuthu wants to merge 1 commit into
python:mainfrom
manoj-marimuthu:fix-sphinx-warnings-in-doc-lib-xml

Conversation

@manoj-marimuthu

@manoj-marimuthu manoj-marimuthu commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

The following PR addresses aims to remove the warnings from sphinx that are raised for xml.sax.rst. (total 3 warnings)

Warnings removed:

WARNING: py:class reference target not found: xml.sax.xmlreader.Attributes [ref.class]
WARNING: py:class reference target not found: xml.sax.xmlreader.AttributesNS [ref.class]
  • The above warnings were removed by replacing xml.sax.xmlreader.Attributes with xml.sax.xmlreader.AttributesImpl and
    xml.sax.xmlreader.AttributesNS with xml.sax.xmlreader.AttributesNSImpl.

Verification :

Warnings remaining:

WARNING: py:func reference target not found: create_parser [ref.func]
  • The above warning is due to the absence of documentation for create_parser function. We can either add documentation for it or remove the documentation's reference to create_parser. Waiting for suggestions.

@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33263494 | 📁 Comparing fb2cf16 against main (3f09a17)

  🔍 Preview build  

1 file changed
± library/xml.sax.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant