Merge pull request #193 from python-escpos/fix-docutils-problem

downgrade docutils
This commit is contained in:
Patrick Kanzler 2016-12-09 21:33:32 +01:00 committed by GitHub
commit 1e5a41ba4e
3 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ matrix:
- python: nightly
- python: pypy3
before_install:
- pip install tox codecov
- pip install tox codecov docutils==0.12
script:
- tox
- codecov

View File

@ -4,3 +4,4 @@ qrcode>=4.0
pyserial
sphinx-rtd-theme
setuptools-scm
docutils==0.12

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