Skip to content

Commit 6e7d692

Browse files
committed
doc: Generate on-line documentation on Fedora release with glib < 2.79.0
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 <#612>.
1 parent bea404e commit 6e7d692

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.ci/ci-docs.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ set -x
1010

1111
modulemd_version=${1:-latest}
1212
os=fedora
13-
release=latest
13+
# glib-2.79.0 available since Fedora ≥ 40 changed a documentation format
14+
# references in libmodulemd documentation do not resolve to glib
15+
# documentation. Use older Fedora release to have an on-line documentation
16+
# with the hyperlinks. See
17+
# <https://github.com/fedora-modularity/libmodulemd/pull/612>.
18+
#release=latest
19+
release=39
1420
repository=quay.io
1521
image=fedora/fedora:${release}
1622

0 commit comments

Comments
 (0)