8000 Remove sphinx version cap (#57) · hoodmane/sphinx-js@19cec98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19cec98

Browse files
authored
Remove sphinx version cap (pyodide#57)
1 parent 4e9bb36 commit 19cec98

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",
2121
"pydantic<2",
2222
# Pin markupsafe because of
2323
# https://github.com/pallets/jinja/issues/1585

0 commit comments

Comments
 (0)
0