diff options
author | mathieui <mathieui@mathieui.net> | 2018-10-13 14:26:50 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-10-13 14:26:50 +0200 |
commit | eb477fb3ffd3a6599e122fe985a6c97a0bf679d4 (patch) | |
tree | 293cf5cf829057d872091cb919bc0fb63e617602 | |
parent | 8484f9e3c5912747babf941deb7aef81631fc7b1 (diff) | |
download | poezio-eb477fb3ffd3a6599e122fe985a6c97a0bf679d4.tar.gz poezio-eb477fb3ffd3a6599e122fe985a6c97a0bf679d4.tar.bz2 poezio-eb477fb3ffd3a6599e122fe985a6c97a0bf679d4.tar.xz poezio-eb477fb3ffd3a6599e122fe985a6c97a0bf679d4.zip |
install sphinx in the venvtest-ci
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1f09443..0018e2e2 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 - make doc - rm -rf /www/latest - mv doc/build/html/ /www/latest |