diff --git a/setup.py b/setup.py index d6167fb..279e9a4 100644 --- a/setup.py +++ b/setup.py @@ -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'],