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

ned-deily webhook-mailer at python.org
Thu Oct 6 16:58:54 EDT 2022


https://github.com/python/cpython/commit/993de50e44ce275ad96857e73e144c556eea68b0
commit: 993de50e44ce275ad96857e73e144c556eea68b0
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2022-10-06T13:58:41-07:00
summary:

Docs: pin sphinx-lint (GH-97992)

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