diff options
author | Jack Lloyd <[email protected]> | 2017-12-12 10:29:05 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-12 10:29:05 -0500 |
commit | 23e0a8b6afdac8c22e062f404920b7d96bb0edff (patch) | |
tree | 433fcf3be1798be2a3690ece62df65c9bf4bb3f8 /src/scripts/ci | |
parent | 7aa1fb22b1060b24927f79ad69113ca67defb997 (diff) |
Try running rst2man in CI
Diffstat (limited to 'src/scripts/ci')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 3ed1caeb1..81b38eef1 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -73,7 +73,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then elif [ "$BUILD_MODE" = "docs" ]; then sudo apt-get -qq update - sudo apt-get install doxygen + sudo apt-get install doxygen python-docutils # The version of Sphinx in 14.04 is too old (1.2.2) and does not support # all C++ features used in the manual. Install python-requests to avoid |