Skip to content

Commit b3f0b4d

Browse files
bstaleticwjakob
authored andcommitted
new sphinx (#1786)
1 parent 35045ee commit b3f0b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ matrix:
1515
- pyenv global $(pyenv whence 2to3) # activate all python versions
1616
- PY_CMD=python3
1717
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
18-
install: # Breathe does not yet support Sphinx 2
19-
- $PY_CMD -m pip install --user --upgrade "sphinx<2" sphinx_rtd_theme breathe flake8 pep8-naming pytest
18+
install:
19+
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
2020
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
2121
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
2222
script:

0 commit comments

Comments
 (0)