[Python-checkins] [3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993)

ned-deily webhook-mailer at python.org
Thu Oct 6 17:01:32 EDT 2022


https://github.com/python/cpython/commit/cd05379a7dbabf17602eebdd4fab9e489fde7568
commit: cd05379a7dbabf17602eebdd4fab9e489fde7568
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2022-10-06T14:01:27-07:00
summary:

[3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993)

files:
M Doc/requirements.txt

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.



More information about the Python-checkins mailing list