From 5ac9cf2b60c95265c774a82cd0f46de8eb5a5ee6 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 13 Apr 2023 01:24:30 +0200 Subject: ci: bump hotdoc dependency Part-of: --- ci/docker/fedora/prepare.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh index 9c3bed1fa1..8e9c157351 100644 --- a/ci/docker/fedora/prepare.sh +++ b/ci/docker/fedora/prepare.sh @@ -207,9 +207,7 @@ dnf remove -y meson # FIXME: Install ninja from rpm when we update our base image as we fail building # documentation with rust plugins as we the version from F31 we hit: # `ninja: error: build.ninja:26557: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you -# XXX: Pin hotdoc to 0.13.7 due to breakage with 0.14 -# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1582#note_1669723 -pip3 install meson==0.62.2 hotdoc==0.13.7 python-gitlab ninja tomli +pip3 install meson==0.62.2 hotdoc==0.14.1 python-gitlab ninja tomli # Remove gst-devel packages installed by builddep above -- cgit v1.2.1