From b487a7978085dfbc8ba38ff4f739e217aef1e306 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 14 Oct 2014 23:04:35 +0100 Subject: [PATCH] Install sphinx_rtd_theme for the sphinx build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 875ab51..8fb4deb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,6 +101,7 @@ install: # this matplotlib will *not* work with py 3.x, but our sphinx build is # currently 2.7, so that's fine - if [[ $SETUP_CMD == build_sphinx* ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION Sphinx matplotlib; fi + - if [[ $SETUP_CMD == build_sphinx* ]]; then $PIP_INSTALL sphinx_rtd_theme; fi # COVERAGE DEPENDENCIES - if [[ $SETUP_CMD == 'test --coverage --remote-data' ]]; then $PIP_INSTALL coverage coveralls; fi