1
0
Fork 0
mirror of https://github.com/NaN-tic/trydoc.git synced 2023-12-14 02:03:42 +01:00

Update Sphinx depends 1.4.9

This commit is contained in:
Raimon Esteve 2017-02-07 14:49:38 +01:00
parent efc473dd8f
commit 5d7b8e4d35

View file

@ -9,7 +9,7 @@ version = "0.13"
requires = [
'path.py>=10.0',
'simplejson',
'Sphinx>=1.0b2'
'Sphinx<=1.4.9',
]
extra_require = {
'view directive': ['tryton >= 3.2'],