We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ab1f2 commit b9e23cfCopy full SHA for b9e23cf
setup.py
@@ -36,7 +36,7 @@ def readme():
36
license="GPLv2",
37
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
38
install_requires=[
39
- 'Sphinx>=2.2',
+ 'Sphinx>=2.2.*,<4.0.*',
40
],
41
setup_requires=pytest_runner,
42
tests_require=['pytest', 'sphinx-testing'],
0 commit comments