mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Specify Sphinx <2.0 for Python 2 compatibility
This commit is contained in:
parent
e0538ac311
commit
059e375b42
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -55,7 +55,7 @@ testing_extras = [
|
|||
documentation_extras = [
|
||||
'pyenchant==1.6.6',
|
||||
'sphinxcontrib-spelling>=2.3.0',
|
||||
'Sphinx>=1.3.1',
|
||||
'Sphinx>=1.3.1<2.0',
|
||||
'sphinx-autobuild>=0.5.2',
|
||||
'sphinx_rtd_theme>=0.1.8',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue