From: Vladimír Čunát Date: Mon, 4 Apr 2022 12:28:06 +0000 (+0200) Subject: ci/pkgtest: fix issues with sphinx X-Git-Tag: v5.5.1~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f61d666a4fa39638dc8b1ff52b291b8acb592b;p=thirdparty%2Fknot-resolver.git ci/pkgtest: fix issues with sphinx The apkg installation through pip3 was pulling too new jinja2 version, breaking subsequent usage of sphinx to build docs (in `apkg build`). --- diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index 73f666afe..d2eb61265 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -20,8 +20,8 @@ stages: paths: - pkg/ -.apkgbuild: &apkgbuild - - pip3 install -U apkg +.apkgbuild: &apkgbuild # new jinja2 breaks docs (sphinx/breathe) + - pip3 install -U apkg 'jinja2<3.1' - apkg build-dep -y - apkg build