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: