From a037286e28e06f174b2488c68ee6ceed80077c33 Mon Sep 17 00:00:00 2001 From: Jeremy Commins <commins.jeremy@gmail.com> Date: Tue, 2 Oct 2018 16:00:46 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1f9564..5f59111 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ pages: - apk --no-cache add py3-pip python-dev - pip install sphinx - pip install sphinx-autodoc-typehints + - pip install sphinx_rtd_theme - apk --no-cache add make - cd docs && make html - mv build/html/ public/ -- GitLab