ci: bump hotdoc version to 0.16

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5630>
This commit is contained in:
Mathieu Duponchelle 2023-11-09 15:10:46 +01:00 committed by Jordan Petridis
parent cd98d12f2e
commit 169e38cbe6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
FEDORA_TAG: '2023-10-25'
FEDORA_TAG: '2023-11-09.0'
INDENT_TAG: '2023-08-24.3'

View file

@ -239,7 +239,7 @@ dnf builddep -y gstreamer1 \
python3-gstreamer1
dnf remove -y meson -x ninja-build
pip3 install meson==1.2.3 hotdoc==0.15 python-gitlab tomli junitparser
pip3 install meson==1.2.3 hotdoc==0.16 python-gitlab tomli junitparser
# Remove gst-devel packages installed by builddep above
dnf remove -y "gstreamer1*devel"