]> git.ipfire.org Git - thirdparty/bugzilla.git/blob - .readthedocs.yaml
Bug 1560873: require Template-Toolkit 3.008 (#135)
[thirdparty/bugzilla.git] / .readthedocs.yaml
1 version: 2
2 build:
3 os: "ubuntu-20.04"
4 tools:
5 python: "3.10"
6 apt_packages:
7 - libfile-copy-recursive-perl
8 jobs:
9 post_build:
10 - perl docs/makedocs.pl --pod-only
11 - cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api"
12 - cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/"