From 0047d828b1a9a69347572231491281ef4e7942a0 Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Wed, 28 Mar 2018 11:09:11 -0700 Subject: [PATCH] experiment with recent rtd theme --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d9314b..33aca91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: install: - pip install --user sphinx # sphinx_rtd_theme - - python -m pip install https://github.com/rtfd/sphinx_rtd_theme/archive/master.zip -U + - sudo python -m pip install https://github.com/rtfd/sphinx_rtd_theme/archive/master.zip -U script: bash ./build_and_deploy.sh -- GitLab