Skip to content

Commit 459ccd3

Browse files
authored
Merge pull request #64 from Chilipp/add-upper-sphinx-bound
add upper bound for sphinx
2 parents 46ea808 + 99e2b22 commit 459ccd3

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
@@ -36,7 +36,7 @@ def readme():
3636
license="Apache-2.0",
3737
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
3838
install_requires=[
39-
'Sphinx>=2.2',
39+
'Sphinx>=2.2,<5.0',
4040
],
4141
setup_requires=pytest_runner,
4242
tests_require=['pytest'],

0 commit comments

Comments
 (0)