Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit c985f65

Browse files
committed
[fix] Fix Syntax error in setup.py
1 parent 5050e92 commit c985f65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
python_requires='>=3.8',
3636
extras_require={
3737
"docs": [
38-
"Sphinx~=4.0.1",
39-
"sphinx-rtd-theme~=0.5"
40-
"sphinxcontrib-trio"
38+
"Sphinx~=4.0",
39+
"sphinx-rtd-theme~=0.5",
40+
"sphinxcontrib-trio~=1.1"
4141
]
4242
}
4343
)

0 commit comments

Comments
 (0)