Skip to content

Commit b9e23cf

Browse files
committed
Force sphinx<4.0
1 parent e7ab1f2 commit b9e23cf

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="GPLv2",
3737
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
3838
install_requires=[
39-
'Sphinx>=2.2',
39+
'Sphinx>=2.2.*,<4.0.*',
4040
],
4141
setup_requires=pytest_runner,
4242
tests_require=['pytest', 'sphinx-testing'],

0 commit comments

Comments
 (0)