From 469c1db2121dfecb3972b568189f019202c55a00 Mon Sep 17 00:00:00 2001 From: Thomas <purcell@fhi-berlin.mpg.de> Date: Tue, 10 Aug 2021 08:49:37 +0200 Subject: [PATCH] Update the gitlab ci for new docker image Remove unnecessary pip install command --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d161c77..8b0839f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -191,7 +191,6 @@ pages: stage: doc_builds script: - source cpp_sisso_env/bin/activate - - pip install sphinx sphinx-rtd-theme breathe sphinx-sitemap - cd docs/ - make html - mv _build ../public -- GitLab