mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +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
|
||||
- PY_CMD=python3
|
||||
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
|
||||
install: # Breathe does not yet support Sphinx 2
|
||||
- $PY_CMD -m pip install --user --upgrade "sphinx<2" sphinx_rtd_theme breathe flake8 pep8-naming pytest
|
||||
install:
|
||||
- $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
|
||||
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user