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 3735249 commit fe2a06eCopy full SHA for fe2a06e
.travis.yml
@@ -16,7 +16,8 @@ matrix:
16
- PY_CMD=python3
17
- $PY_CMD -m pip install --user --upgrade pip wheel setuptools
18
install:
19
- - $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe flake8 pep8-naming pytest
+ # breathe 4.14 doesn't work with bit fields. See https://github.com/michaeljones/breathe/issues/462
20
+ - $PY_CMD -m pip install --user --upgrade sphinx sphinx_rtd_theme breathe==4.13.1 flake8 pep8-naming pytest
21
- curl -fsSL https://sourceforge.net/projects/doxygen/files/rel-1.8.15/doxygen-1.8.15.linux.bin.tar.gz/download | tar xz
22
- export PATH="$PWD/doxygen-1.8.15/bin:$PATH"
23
script:
0 commit comments