mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
new sphinx (#1786)
This commit is contained in:
parent
35045eeef8
commit
b3f0b4de66
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user