mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 16:37:13 +00:00
Switch to regular breathe package on Travis
Breathe was previously installed from the git master because of a bug in the released version. The fix has since migrated to PyPI. [skip appveyor]
This commit is contained in:
parent
fb50ce1fef
commit
deb85f46ef
@ -68,11 +68,10 @@ matrix:
|
|||||||
env: DOCS STYLE LINT
|
env: DOCS STYLE LINT
|
||||||
install:
|
install:
|
||||||
- export PATH="~/.local/bin:$PATH"
|
- export PATH="~/.local/bin:$PATH"
|
||||||
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming
|
- $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming
|
||||||
- |
|
- |
|
||||||
curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
|
curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
|
||||||
export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
|
export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
|
||||||
$PY_CMD -m pip install --user --upgrade https://github.com/michaeljones/breathe/archive/master.zip
|
|
||||||
script:
|
script:
|
||||||
- make -C docs html SPHINX_OPTIONS=-W
|
- make -C docs html SPHINX_OPTIONS=-W
|
||||||
- tools/check-style.sh
|
- tools/check-style.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user