From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:01:27 +0000 (-0700) Subject: [3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993) X-Git-Tag: v3.11.1~337 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd05379a7dbabf17602eebdd4fab9e489fde7568;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index be058733fcf4..960ac54d7b91 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -10,7 +10,7 @@ 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<1,!=0.6.2 +sphinx-lint==0.6.1 # The theme used by the documentation is stored separately, so we need # to install that as well.