Skip to content

Commit 3254c48

Browse files
committedApr 16, 2025·
Constrain alabaster to version 0.7.12 or older
1 parent d53c8a6 commit 3254c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎build_docs.py

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def requirements(self) -> list[str]:
195195

196196
# Requirements/constraints for Python 3.7 and older, pre-requirements.txt
197197
reqs = [
198+
"alabaster<0.7.12",
198199
"blurb<1.2",
199200
"docutils<=0.17.1",
200201
"jieba",

0 commit comments

Comments
 (0)