Skip to content

Commit

Permalink
add upper bound for sphinx
Browse files Browse the repository at this point in the history
closes #63
  • Loading branch information
Chilipp committed Sep 16, 2021
1 parent 46ea808 commit 99e2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme():
license="Apache-2.0",
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
install_requires=[
'Sphinx>=2.2',
'Sphinx>=2.2,<5.0',
],
setup_requires=pytest_runner,
tests_require=['pytest'],
Expand Down

0 comments on commit 99e2b22

Please sign in to comment.