]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Oct 2022 21:01:27 +0000 (14:01 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:05:02 +0000 (20:05 +0100)
Doc/requirements.txt

index f8a7f9db144c211cf971859492bdc1f71db7033d..960ac54d7b91ef3d63fe22ccd759c67bc6c1ddc0 100644 (file)
@@ -7,7 +7,10 @@ sphinx==4.5.0
 
 blurb
 
-sphinx-lint<1
+# 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.1
 
 # The theme used by the documentation is stored separately, so we need
 # to install that as well.