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
27687eb1cc
commit
5d1351ff26
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -53,7 +53,7 @@ testing_extras = [
|
|||
|
||||
# Documentation dependencies
|
||||
documentation_extras = [
|
||||
'Sphinx>=1.3.1',
|
||||
'Sphinx>=1.3.1,<2.0',
|
||||
'sphinx-autobuild>=0.5.2',
|
||||
'sphinx_rtd_theme>=0.1.8',
|
||||
'sphinxcontrib-spelling==2.1.1',
|
||||
|
|
|
|||
Loading…
Reference in a new issue