From 0ccd0563ea3d52966a1567bbe7553990c63db973 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 2 Mar 2021 12:56:12 +0000 Subject: [PATCH] feat: testing doc building with python 3.8 --- .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 e8b8313..8603f57 100644 --- a/.gitlab/ci/doc.gitlab-ci.yml +++ b/.gitlab/ci/doc.gitlab-ci.yml @@ -1,7 +1,7 @@ pages: stage: doc needs: ["deploy"] - image: python:3.7-alpine + image: python script: - pip install -U sphinx sphinx_rtd_theme sphinx-material - sphinx-build -b html ./docs public