Skip to content

Commit

Permalink
Merge pull request #64 from Chilipp/add-upper-sphinx-bound
Browse files Browse the repository at this point in the history
add upper bound for sphinx
  • Loading branch information
Chilipp authored Sep 16, 2021
2 parents 46ea808 + 99e2b22 commit 459ccd3
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 459ccd3

Please sign in to comment.