downgrade docutils
version 0.13 of docutils seems to have problems. See sphinx-doc/sphinx#3212
This commit is contained in:
parent
78604573f3
commit
f8b7238801
|
@ -30,7 +30,7 @@ matrix:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
- python: pypy3
|
- python: pypy3
|
||||||
before_install:
|
before_install:
|
||||||
- pip install tox codecov
|
- pip install tox codecov docutils==0.12
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
- codecov
|
- codecov
|
||||||
|
|
|
@ -4,3 +4,4 @@ qrcode>=4.0
|
||||||
pyserial
|
pyserial
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
docutils==0.12
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -18,4 +18,5 @@ basepython = python
|
||||||
changedir = doc
|
changedir = doc
|
||||||
deps = sphinx
|
deps = sphinx
|
||||||
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