ci/docs: Use new changes from hotdoc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
Edward Hervey 2024-09-20 10:19:43 +02:00 committed by GStreamer Marge Bot
parent 8bc8aedc62
commit 1a1f1f3e0a

View file

@ -38,7 +38,8 @@ dnf remove -y \
dnf install --setopt=install_weak_deps=false -y $(<./ci/docker/fedora/deps.txt)
dnf remove -y meson -x ninja-build
pip3 install meson hotdoc python-gitlab tomli junitparser
pip3 install meson python-gitlab tomli junitparser
pip3 install git+https://github.com/hotdoc/hotdoc.git@8c1cc997f5bc16e068710a8a8121f79ac25cbcce
# Remove gst-devel packages installed by builddep above
dnf remove -y "gstreamer1*devel"