10000 Fix Sphinx dependency · pyodide/sphinx-js@77b6cac · GitHub
[go: up one dir, main page]

Skip to content

Commit 77b6cac

Browse files
committed
Fix Sphinx dependency
The missing comma causes the two strings to concatenate.
1 parent 70c0598 commit 77b6cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=[
1818
'Jinja2>2.0',
1919
'parsimonious>=0.10.0,<0.11.0',
20-
'Sphinx>=4.1.0,<6.0.0'
20+
'Sphinx>=4.1.0,<6.0.0',
2121
# Pin markupsafe because of
2222
# https://github.com/pallets/jinja/issues/1585
2323
'markupsafe==2.0.1',

0 commit comments

Comments
 (0)
0