change dependency to docutils to newer version of sphinx
This is a revert to f8b7238801
This commit is contained in:
parent
938f9890ab
commit
a15d02b50c
|
@ -30,7 +30,7 @@ matrix:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
- python: pypy3
|
- python: pypy3
|
||||||
before_install:
|
before_install:
|
||||||
- pip install tox codecov docutils==0.12
|
- pip install tox codecov 'sphinx>=1.5.1'
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
- codecov
|
- codecov
|
||||||
|
|
|
@ -4,4 +4,4 @@ qrcode>=4.0
|
||||||
pyserial
|
pyserial
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
docutils==0.12
|
docutils>=0.12
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -16,7 +16,6 @@ commands = py.test --cov escpos
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python
|
basepython = python
|
||||||
changedir = doc
|
changedir = doc
|
||||||
deps = sphinx
|
deps = sphinx>=1.5.1
|
||||||
setuptools_scm
|
setuptools_scm
|
||||||
docutils==0.12
|
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
Loading…
Reference in New Issue