Skip to content

Commit c642946

Browse files
authored
Constrain blurb to version 1.1 or older (#294)
1 parent d1f0418 commit c642946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def requirements(self) -> list[str]:
194194
return dependencies + ["standard-imghdr"]
195195

196196
# Requirements/constraints for Python 3.7 and older, pre-requirements.txt
197-
reqs = ["jieba", "blurb", "jinja2<3.1", "docutils<=0.17.1", "standard-imghdr"]
197+
reqs = ["jieba", "blurb<1.2", "jinja2<3.1", "docutils<0.18", "standard-imghdr"]
198198
if self.name in {"3.7", "3.6", "2.7"}:
199199
return reqs + ["sphinx==2.3.1"]
200200
if self.name == "3.5":

0 commit comments

Comments
 (0)