Skip to content

gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals#113725

Merged
hugovk merged 3 commits into
python:mainfrom
hugovk:docs-fix-sphinx-warnings-2.6-deprecations
Jan 5, 2024
Merged

gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals#113725
hugovk merged 3 commits into
python:mainfrom
hugovk:docs-fix-sphinx-warnings-2.6-deprecations

Conversation

@hugovk

@hugovk hugovk commented Jan 5, 2024

Copy link
Copy Markdown
Member

Fix 54 warnings:

Doc/library/subprocess.rst:1464: WARNING: py:mod reference target not found: popen2
Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: linuxaudiodev
Doc/whatsnew/2.0.rst:1098: WARNING: py:mod reference target not found: sunaudiodev
Doc/whatsnew/2.0.rst:1142: WARNING: py:mod reference target not found: ihooks
Doc/whatsnew/2.2.rst:146: WARNING: py:mod reference target not found: posixfile
Doc/whatsnew/2.4.rst:386: WARNING: py:mod reference target not found: popen2
Doc/whatsnew/2.4.rst:395: WARNING: py:mod reference target not found: popen2
Doc/whatsnew/2.4.rst:395: WARNING: py:class reference target not found: Popen
Doc/whatsnew/2.4.rst:1532: WARNING: py:func reference target not found: dircache.listdir
Doc/whatsnew/2.5.rst:1681: WARNING: py:mod reference target not found: dl
Doc/whatsnew/2.5.rst:1879: WARNING: py:mod reference target not found: md5
Doc/whatsnew/2.5.rst:1879: WARNING: py:mod reference target not found: sha
Doc/whatsnew/2.5.rst:1885: WARNING: py:mod reference target not found: md5
Doc/whatsnew/2.5.rst:1885: WARNING: py:mod reference target not found: sha
Doc/whatsnew/2.6.rst:2917: WARNING: py:attr reference target not found: message
Doc/whatsnew/2.6.rst:2917: WARNING: py:attr reference target not found: args
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: audiodev
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: bgenlocations
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: buildtools
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: bundlebuilder
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: Canvas
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: compiler
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: dircache
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: dl
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: fpformat
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: gensuitemodule
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: ihooks
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: imageop
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: imgfile
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: linuxaudiodev
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: mhlib
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: mimetools
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: multifile
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: new
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: pure
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: statvfs
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: sunaudiodev
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: test.testall
Doc/whatsnew/2.6.rst:2927: WARNING: py:mod reference target not found: toaiff
Doc/whatsnew/2.6.rst:2952: WARNING: py:mod reference target not found: gopherlib
Doc/whatsnew/2.6.rst:2954: WARNING: py:mod reference target not found: MimeWriter
Doc/whatsnew/2.6.rst:2954: WARNING: py:mod reference target not found: mimify
Doc/whatsnew/2.6.rst:2958: WARNING: py:mod reference target not found: md5
Doc/whatsnew/2.6.rst:2961: WARNING: py:mod reference target not found: posixfile
Doc/whatsnew/2.6.rst:2964: WARNING: py:mod reference target not found: popen2
Doc/whatsnew/2.6.rst:2967: WARNING: py:mod reference target not found: rgbimg
Doc/whatsnew/2.6.rst:2969: WARNING: py:mod reference target not found: sets
Doc/whatsnew/2.6.rst:2972: WARNING: py:mod reference target not found: sha
Doc/whatsnew/2.7.rst:1318: WARNING: py:mod reference target not found: ihooks
Doc/whatsnew/2.7.rst:1318: WARNING: py:mod reference target not found: ihooks
Doc/whatsnew/3.0.rst:558: WARNING: py:mod reference target not found: gopherlib
Doc/whatsnew/3.0.rst:558: WARNING: py:mod reference target not found: md5
Doc/whatsnew/3.0.rst:629: WARNING: py:mod reference target not found: sets
Doc/whatsnew/3.0.rst:651: WARNING: py:mod reference target not found: new

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

Comment thread Doc/whatsnew/2.0.rst Outdated
Comment thread Doc/whatsnew/2.2.rst Outdated
Comment thread Doc/whatsnew/2.6.rst Outdated
Comment thread Doc/whatsnew/2.7.rst Outdated
hugovk and others added 2 commits January 5, 2024 15:16
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

@AlexWaygood AlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@hugovk
hugovk enabled auto-merge (squash) January 5, 2024 13:25
@hugovk
hugovk merged commit e56c533 into python:main Jan 5, 2024
@hugovk
hugovk deleted the docs-fix-sphinx-warnings-2.6-deprecations branch January 5, 2024 13:31
@miss-islington-app

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 5, 2024
pythonGH-113725)

(cherry picked from commit e56c533)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app

bedevere-app Bot commented Jan 5, 2024

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 5, 2024
pythonGH-113725)

(cherry picked from commit e56c533)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app bedevere-app Bot removed the needs backport to 3.12 only security fixes label Jan 5, 2024
@bedevere-app

bedevere-app Bot commented Jan 5, 2024

Copy link
Copy Markdown

GH-113735 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 Jan 5, 2024
hugovk added a commit that referenced this pull request Jan 5, 2024
…ls (GH-113725) (#113734)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Jan 5, 2024
…ls (GH-113725) (#113735)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
python#113725)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
python#113725)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
python#113725)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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.

2 participants