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 fb50ce1 commit deb85f4Copy full SHA for deb85f4
.travis.yml
@@ -68,11 +68,10 @@ matrix:
68
env: DOCS STYLE LINT
69
install:
70
- export PATH="~/.local/bin:$PATH"
71
- - $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
72
- |
73
curl -fsSL ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.linux.bin.tar.gz | tar xz
74
export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
75
- $PY_CMD -m pip install --user --upgrade https://github.com/michaeljones/breathe/archive/master.zip
76
script:
77
- make -C docs html SPHINX_OPTIONS=-W
78
- tools/check-style.sh
0 commit comments