Skip to content
Snippets Groups Projects

ci/pkgtest: fix issues with sphinx

Merged Vladimír Čunát requested to merge ci-pkgtest-docs into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading