Skip to content

Commit 9a365d6

Browse files
committed
Constrain python-docs-theme to version 2023.3.1 or older
1 parent 3254c48 commit 9a365d6

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
@@ -200,6 +200,7 @@ def requirements(self) -> list[str]:
200200
"docutils<=0.17.1",
201201
"jieba",
202202
"jinja2<3.1",
203+
"python-docs-theme<=2023.3.1",
203204
"sphinxcontrib-applehelp<=1.0.2",
204205
"sphinxcontrib-devhelp<=1.0.2",
205206
"sphinxcontrib-htmlhelp<=2.0",

0 commit comments

Comments
 (0)