summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2021-02-01 14:59:04 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2021-02-01 15:00:27 +0100
commit114ce593ef1df9e5e7199968fe07e7fbd947ee31 (patch)
tree3e6e158d177ead23e2668b8228e5e05ae4c94602
parentd5136450c2456ce369c6516f8604bd0e9b927e63 (diff)
hotdoc: use latest pip version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/394>
-rw-r--r--gitlab/ci_template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index c0133f7..6924fe2 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -1115,7 +1115,7 @@ documentation:
MESON_BUILDTYPE_ARGS: "-Ddoc=enabled"
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
script:
- - pip3 install --upgrade git+https://github.com/hotdoc/hotdoc@28ad9aa59daa49d6b3fd1bc6b144df52af39475b
+ - pip3 install --upgrade hotdoc
# FIXME: remove this once the docs image is updated
- pip3 install -U meson==0.56.2