Skip to content

Commit

Permalink
restricted docutils version due to a bug in sphinx sphinx-doc/sphinx#…
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Dec 10, 2016
1 parent bfcb0bc commit d5a90cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ matrix:
python: nightly
env: TOXENV=py37
- os: linux
python: 3.4
python: 3.5
env: TOXENV=docs
- os: linux
python: 2.7
Expand Down Expand Up @@ -77,9 +77,6 @@ matrix:
- os: linux
python: 3.6
env: TOXENV=py36
- os: linux
python: 3.6-dev
env: TOXENV=py36
- os: linux
python: nightly
env: TOXENV=py37
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ commands =
py.test []

[testenv:docs]
deps = sphinx
deps =
sphinx
docutils<0.13.1
skip_install = True
commands =
pip install -e .
Expand Down

0 comments on commit d5a90cd

Please sign in to comment.