]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 19 Oct 2022 12:00:28 +0000 (14:00 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2022 12:00:28 +0000 (14:00 +0200)
Bump sphinx-lint and fix unbalanced inline literal markup

Doc/requirements.txt
Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst

index 32c53e95917ee463843010b284872434e9acd5dd..958665db69e2279a9c25caad7ddb185f8066aad1 100644 (file)
@@ -7,10 +7,7 @@ sphinx==4.5.0
 
 blurb
 
-# sphinx-lint 0.6.2 yields many default role errors due to the new regular
-# expression used for default role detection, so we don't use the version
-# until the errors are fixed.
-sphinx-lint==0.6.5
+sphinx-lint==0.6.7
 
 # The theme used by the documentation is stored separately, so we need
 # to install that as well.
index b7816d28215e7b2bc513aaa6cc28465363e6d4ec..a96b002915c26888ed09ae61c86071219e482741 100644 (file)
@@ -1,3 +1,3 @@
 Python again uses C-style casts for most casting operations when compiled
 with C++. This may trigger compiler warnings, if they are enabled with e.g.
-``-Wold-style-cast `` or ``-Wzero-as-null-pointer-constant`` options for ``g++``.
+``-Wold-style-cast`` or ``-Wzero-as-null-pointer-constant`` options for ``g++``.