From ed4b26f925e63585335b5131305ec04fc6c928cc Mon Sep 17 00:00:00 2001 From: Swann Date: Thu, 2 Dec 2021 15:45:06 +0100 Subject: [PATCH] fix doc --- .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 8603f57..50e4f3b 100644 --- a/.gitlab/ci/doc.gitlab-ci.yml +++ b/.gitlab/ci/doc.gitlab-ci.yml @@ -1,6 +1,6 @@ pages: stage: doc - needs: ["deploy"] + needs: ["build-arm64","build-amd64"] image: python script: - pip install -U sphinx sphinx_rtd_theme sphinx-material