Skip to content

Commit 0393bbe

Browse files
committed
new sphinx
1 parent 35045ee commit 0393bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- PY_CMD=python3
1717
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
1818
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
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)