Commit f8571ea1 by Wenzel Jakob

workaround for sphinx/docutils issue

https://github.com/sphinx-doc/sphinx/issues/3212
parent 8fadade2
...@@ -39,7 +39,9 @@ matrix: ...@@ -39,7 +39,9 @@ matrix:
- os: linux - os: linux
language: docs language: docs
env: DOCS STYLE LINT 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: script:
- make -C docs html SPHINX_OPTIONS=-W - make -C docs html SPHINX_OPTIONS=-W
- tools/check-style.sh - tools/check-style.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment