From 28ee0f289c9ebbbbc90471bdf78a6fbc84301367 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 19 Oct 2022 12:56:51 +0200 Subject: [PATCH] Bump sphinx-lint and fix unbalanced inline literal markup --- Doc/requirements.txt | 5 +---- .../next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 32c53e95917ee4..958665db69e227 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -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. diff --git a/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst b/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst index b7816d28215e7b..a96b002915c268 100644 --- a/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst +++ b/Misc/NEWS.d/next/C API/2022-07-12-17-39-32.gh-issue-94731.9CPJNU.rst @@ -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++``.