From b123538c4fad176314873f8167e71973f02ff493 Mon Sep 17 00:00:00 2001 From: newRuntieException <wdz15@mails.tsinghua.edu.cn> Date: Thu, 7 May 2020 13:03:27 +0800 Subject: [PATCH] update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 78b4410..92d0a37 100755 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ install: - pip install --upgrade pip - pip install --progress-bar off -e .[develop] - pip install sphinx + - pip install sphinx_rtd_theme script: - cd docs -- GitLab