From abeccf39c55c86a59b04e5e718db4875062805de Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Wed, 28 Mar 2018 11:05:47 -0700 Subject: [PATCH] try more recent rtd theme --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 044c241..1d9314b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - 3.6 install: - - pip install --user sphinx sphinx_rtd_theme + - pip install --user sphinx # sphinx_rtd_theme + - python -m pip install https://github.com/rtfd/sphinx_rtd_theme/archive/master.zip -U script: bash ./build_and_deploy.sh -- GitLab