From f8b7238801c82f7858c64a60162cbe36aa8fe332 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Fri, 9 Dec 2016 21:14:16 +0100 Subject: [PATCH] downgrade docutils version 0.13 of docutils seems to have problems. See sphinx-doc/sphinx#3212 --- .travis.yml | 2 +- doc/requirements.txt | 1 + tox.ini | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cce6180..5e3daa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/doc/requirements.txt b/doc/requirements.txt index acd8cd8..70b595d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,3 +4,4 @@ qrcode>=4.0 pyserial sphinx-rtd-theme setuptools-scm +docutils==0.12 diff --git a/tox.ini b/tox.ini index 7fbd3b8..5e32ebe 100644 --- a/tox.ini +++ b/tox.ini @@ -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