Skip to content

gh-101100: Fix Sphinx warnings in library/tty.rst - #111079

Merged
hugovk merged 1 commit into
python:mainfrom
hugovk:docs-fix-sphinx-tty
Oct 20, 2023
Merged

gh-101100: Fix Sphinx warnings in library/tty.rst#111079
hugovk merged 1 commit into
python:mainfrom
hugovk:docs-fix-sphinx-tty

Conversation

@hugovk

@hugovk hugovk commented Oct 19, 2023

Copy link
Copy Markdown
Member

Fixes these warnings:

Doc/library/termios.rst:44: WARNING: py:const reference target not found: TCSANOW
Doc/library/termios.rst:44: WARNING: py:const reference target not found: TCSADRAIN
Doc/library/termios.rst:44: WARNING: py:const reference target not found: TCSAFLUSH
Doc/library/tty.rst:41: WARNING: py:const reference target not found: termios.TCSAFLUSH
Doc/library/tty.rst:52: WARNING: py:const reference target not found: termios.TCSAFLUSH

(Some remain in termios.rst that can be handled later.)

termios.rst renders like this:

image


📚 Documentation preview 📚: https://cpython-previews.readthedocs.io/en/latest/library/termios.html

@hugovk
hugovk merged commit c42c68a into python:main Oct 20, 2023
@hugovk
hugovk deleted the docs-fix-sphinx-tty branch October 20, 2023 04:33
@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 Oct 20, 2023
…11079)

Fix Sphinx warnings in library/tty.rst
(cherry picked from commit c42c68a)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 20, 2023
…11079)

Fix Sphinx warnings in library/tty.rst
(cherry picked from commit c42c68a)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app

bedevere-app Bot commented Oct 20, 2023

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.12 only security fixes label Oct 20, 2023
@bedevere-app

bedevere-app Bot commented Oct 20, 2023

Copy link
Copy Markdown

GH-111098 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 Oct 20, 2023
hugovk added a commit that referenced this pull request Oct 20, 2023
#111097)

gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079)

Fix Sphinx warnings in library/tty.rst
(cherry picked from commit c42c68a)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Oct 20, 2023
#111098)

gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079)

Fix Sphinx warnings in library/tty.rst
(cherry picked from commit c42c68a)

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

2 participants