new sphinx (#1786)

This commit is contained in:
Boris Staletic 2019-05-12 17:27:23 +00:00 committed by Wenzel Jakob
parent 35045eeef8
commit b3f0b4de66
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ matrix:
- pyenv global $(pyenv whence 2to3) # activate all python versions - pyenv global $(pyenv whence 2to3) # activate all python versions
- PY_CMD=python3 - PY_CMD=python3
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools - $PY_CMD -m pip install --user --upgrade pip wheel setuptools
install: # Breathe does not yet support Sphinx 2 install:
- $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
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz - curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH" - export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
script: script: