We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35045ee commit 0393bbeCopy full SHA for 0393bbe
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
- PY_CMD=python3
17
- $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
+ - $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
20
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
21
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
22
script:
0 commit comments