From 1c3394ce563bb430a0dc0393c7abeb67c29a8c9d Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 2 Mar 2021 12:46:26 +0000 Subject: [PATCH] feat: sphinx-material theme --- .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 a6ae794..e8b8313 100644 --- a/.gitlab/ci/doc.gitlab-ci.yml +++ b/.gitlab/ci/doc.gitlab-ci.yml @@ -3,7 +3,7 @@ pages: needs: ["deploy"] image: python:3.7-alpine script: - - pip install -U sphinx sphinx_rtd_theme + - pip install -U sphinx sphinx_rtd_theme sphinx-material - sphinx-build -b html ./docs public artifacts: paths: