1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

change dependency to docutils to newer version of sphinx

This is a revert to f8b7238801
This commit is contained in:
Patrick Kanzler
2017-01-06 16:54:36 +01:00
parent 938f9890ab
commit a15d02b50c
3 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ commands = py.test --cov escpos
[testenv:docs]
basepython = python
changedir = doc
deps = sphinx
deps = sphinx>=1.5.1
setuptools_scm
docutils==0.12
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html