workaround for sphinx/docutils issue

https://github.com/sphinx-doc/sphinx/issues/3212
This commit is contained in:
Wenzel Jakob 2016-12-11 18:51:44 +01:00
parent 8fadade225
commit f8571ea1bc

View File

@ -39,7 +39,9 @@ matrix:
- os: linux
language: docs
env: DOCS STYLE LINT
install: pip install --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming docutils
install:
- pip install --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming
- pip install docutils==0.12
script:
- make -C docs html SPHINX_OPTIONS=-W
- tools/check-style.sh