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

downgrade docutils

version 0.13 of docutils seems to have problems. See
sphinx-doc/sphinx#3212
This commit is contained in:
Patrick Kanzler
2016-12-09 21:14:16 +01:00
parent 78604573f3
commit f8b7238801
3 changed files with 3 additions and 1 deletions

View File

@@ -18,4 +18,5 @@ basepython = python
changedir = doc
deps = sphinx
setuptools_scm
docutils==0.12
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html