Skip to content

Commit 2695d08

Browse files
committed
Update requirements
1 parent d8ffee6 commit 2695d08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ def glob_paths(pattern):
118118
"pyinstaller[hook_testing]",
119119
],
120120
"docs": [
121-
"sphinx",
122-
"sphinx-autoapi",
123-
"furo",
121+
"sphinx==7.3.7",
122+
"sphinx-autoapi==3.0.0",
123+
# "furo",
124+
"sphinx-book-theme",
124125
"sphinx-notfound-page",
125126
"sphinx-copybutton",
126127
"sphinx-tabs",

0 commit comments

Comments
 (0)