Skip to content

Commit 1ae0cae

Browse files
committed
Allow Sphinx 5 for Python 3.7
1 parent 7d05d67 commit 1ae0cae

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
@@ -38,7 +38,7 @@
3838
"pytest-mock",
3939
"pytz",
4040
"coverage",
41-
"sphinx>=6,<7",
41+
"sphinx<7",
4242
"sphinx_rtd_theme",
4343
]
4444

0 commit comments

Comments
 (0)