hotdoc: use latest pip version
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 1 Feb 2021 13:59:04 +0000 (14:59 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Mon, 1 Feb 2021 14:00:27 +0000 (15:00 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/394>

gitlab/ci_template.yml

index c0133f7..6924fe2 100644 (file)
@@ -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