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

gh-101100: Fix sphinx warnings in concurrent.futures.rst #114521

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Jan 24, 2024

Errors fixed:

/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:277: WARNING: py:exc reference target not found: BrokenProcessPool
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:502: WARNING: py:const reference target not found: FIRST_COMPLETED
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:505: WARNING: py:const reference target not found: FIRST_EXCEPTION
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:505: WARNING: py:const reference target not found: ALL_COMPLETED
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:511: WARNING: py:const reference target not found: ALL_COMPLETED
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:572: WARNING: py:class reference target not found: ThreadPoolExecutor
/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:582: WARNING: py:class reference target not found: ProcessPoolExecutor

Refs #114469


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

@hugovk
Copy link
Member

hugovk commented Jan 24, 2024

Thanks! 🧹 📖

@hugovk hugovk merged commit 8744ecf into python:main Jan 24, 2024
29 checks passed
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @sobolevn and @hugovk, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8744ecf5896ccf57875574a9aed46369b8d48dc1 3.12

@miss-islington-app
Copy link

Sorry, @sobolevn and @hugovk, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8744ecf5896ccf57875574a9aed46369b8d48dc1 3.11

@bedevere-app
Copy link

bedevere-app bot commented Jan 24, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jan 24, 2024
hugovk pushed a commit to hugovk/cpython that referenced this pull request Jan 24, 2024
…t` (pythonGH-114521).

(cherry picked from commit 8744ecf)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

bedevere-app bot commented Jan 24, 2024

GH-114526 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 24, 2024
hugovk pushed a commit to hugovk/cpython that referenced this pull request Jan 24, 2024
…t` (pythonGH-114521).

(cherry picked from commit 8744ecf)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
hugovk added a commit that referenced this pull request Jan 24, 2024
…-114521) (#114525)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
hugovk added a commit that referenced this pull request Jan 24, 2024
…-114521) (#114526)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
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