X Tutup
The Wayback Machine - https://web.archive.org/web/20240111222517/https://github.com/python/cpython/pull/113725
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 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 5, 2024

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/

Doc/whatsnew/2.0.rst Outdated Show resolved Hide resolved
Doc/whatsnew/2.2.rst Outdated Show resolved Hide resolved
Doc/whatsnew/2.6.rst Outdated Show resolved Hide resolved
Doc/whatsnew/2.7.rst Outdated Show resolved Hide resolved
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>
Copy link
Member

@AlexWaygood AlexWaygood left a comment

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
25 checks passed
@hugovk hugovk deleted the docs-fix-sphinx-warnings-2.6-deprecations branch January 5, 2024 13:31
@miss-islington-app
Copy link

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
Copy link

bedevere-app bot commented Jan 5, 2024

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 bug and security fixes label Jan 5, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jan 5, 2024

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 bug and security fixes label Jan 5, 2024
hugovk added a commit that referenced this pull request Jan 5, 2024
鈥s (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
鈥s (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>
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.

None yet

2 participants
X Tutup