mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: use bookworm for "Build documentation" job
I think most fdroidserver core devs are working on bookworm these days, and
the bullseye version is erroring on things that the bookworm version does
not.
fdroidserver/metadata.py:777 in public function `post_parse_yaml_metadata`:
D202: No blank lines allowed after function docstring (found 1)
This commit is contained in:
parent
a692cd9d72
commit
572819dbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ servergitmirrors:
|
||||||
- diff repo/index-v1.jar index-v1.jar
|
- diff repo/index-v1.jar index-v1.jar
|
||||||
|
|
||||||
Build documentation:
|
Build documentation:
|
||||||
image: debian:bullseye-backports
|
image: debian:bookworm
|
||||||
<<: *apt-template
|
<<: *apt-template
|
||||||
script:
|
script:
|
||||||
- apt-get install make python3-sphinx python3-numpydoc python3-pydata-sphinx-theme pydocstyle fdroidserver
|
- apt-get install make python3-sphinx python3-numpydoc python3-pydata-sphinx-theme pydocstyle fdroidserver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue