Skip to content

Commit

Permalink
explicitly use sphinx 1.7.5 for ci/dev
Browse files Browse the repository at this point in the history
closes #371, #374
  • Loading branch information
vermeeren committed Jun 19, 2018
1 parent 2a0492b commit e20d325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: python

env:
- SPHINX_VERSION=1.7 TRAVIS_CI=True
- SPHINX_VERSION=1.7.5 TRAVIS_CI=True

python:
- "2.7"
Expand All @@ -17,7 +17,7 @@ before_install:
install:
- pip install flake8
- pip install nose
- pip install Sphinx~=$SPHINX_VERSION.0
- pip install Sphinx==$SPHINX_VERSION
- pip install .

# Builds all examples & html documentation
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Development is currently done with:

- Python 2.7
- Docutils 0.11
- Sphinx 1.7
- Sphinx 1.7.5
- Doxygen 1.8.4

Doxygen 1.5.1 seems to produce xml with repeated sections which causes Breathe
Expand Down

0 comments on commit e20d325

Please sign in to comment.