From 6e7d6922981b0a9e66dc0f3f7dc17e1dd9e15c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 29 Jan 2024 12:47:58 +0100 Subject: [PATCH] doc: Generate on-line documentation on Fedora release with glib < 2.79.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit glib-2.79.0 available since Fedora ≥ 40 changed a documentation format and references in libmodulemd documentation do not resolve to glib documentation anymore. To have an on-line documentation with the hyperlinks, keep using older Fedora. See . --- .ci/ci-docs.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.ci/ci-docs.sh b/.ci/ci-docs.sh index ac7c481c..dff4d099 100755 --- a/.ci/ci-docs.sh +++ b/.ci/ci-docs.sh @@ -10,7 +10,13 @@ set -x modulemd_version=${1:-latest} os=fedora -release=latest +# glib-2.79.0 available since Fedora ≥ 40 changed a documentation format +# references in libmodulemd documentation do not resolve to glib +# documentation. Use older Fedora release to have an on-line documentation +# with the hyperlinks. See +# . +#release=latest +release=39 repository=quay.io image=fedora/fedora:${release}