Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc642946

Browse files
authored
Constrain blurb to version 1.1 or older (#294)
1 parentd1f0418 commitc642946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def requirements(self) -> list[str]:
194194
returndependencies+ ["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
ifself.namein {"3.7","3.6","2.7"}:
199199
returnreqs+ ["sphinx==2.3.1"]
200200
ifself.name=="3.5":

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp