From 1896994418f6038d9ebeb96f48e3040c0c3431de Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Sat, 27 Feb 2021 21:39:09 +0000 Subject: [PATCH] Update .gitlab/ci/doc.gitlab-ci.yml --- .gitlab/ci/doc.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/doc.gitlab-ci.yml b/.gitlab/ci/doc.gitlab-ci.yml index 48eea53..fb08c61 100644 --- a/.gitlab/ci/doc.gitlab-ci.yml +++ b/.gitlab/ci/doc.gitlab-ci.yml @@ -2,7 +2,7 @@ pages: stage: doc image: python:3.7-alpine script: - - pip install -U sphinx + - pip install -U sphinx sphinx_rtd_theme - sphinx-build -b html ./docs public artifacts: paths: