summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-10-18 21:46:30 +0200
committermathieui <mathieui@mathieui.net>2019-10-18 21:46:30 +0200
commit9c6f7246d7ba01451865a876dd196fd1eee1b445 (patch)
tree95701523df7e06ab98d8f24e4d2b69a3d4994e4b
parent494feac44133dd6ae6a7eceac0272bb0da943a2e (diff)
downloadpoezio-9c6f7246d7ba01451865a876dd196fd1eee1b445.tar.gz
poezio-9c6f7246d7ba01451865a876dd196fd1eee1b445.tar.bz2
poezio-9c6f7246d7ba01451865a876dd196fd1eee1b445.tar.xz
poezio-9c6f7246d7ba01451865a876dd196fd1eee1b445.zip
CI Doc generation: install sphinx inside the venv
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23e170f1..a4f56877 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ build-doc:
script:
- ./update.sh
- . ./poezio-venv/bin/activate
+ - pip install sphinx --ignore-installed
- make doc
- rm -rf /www/latest
- mv doc/build/html/ /www/latest