mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-18 05:00:29 +03:00
Require Python 3.9
This commit is contained in:
parent
ecaf1fc770
commit
625dc11930
3 changed files with 7 additions and 5 deletions
|
|
@ -479,9 +479,11 @@ servergitmirrors:
|
|||
- diff repo/index-v1.jar index-v1.jar
|
||||
|
||||
Build documentation:
|
||||
image: python:3.9-buster
|
||||
image: debian:bullseye
|
||||
<<: *apt-template
|
||||
script:
|
||||
- pip install -e .[docs]
|
||||
- apt-get install python3-pip make
|
||||
- pip install .[docs]
|
||||
- pydocstyle fdroidserver
|
||||
- cd docs
|
||||
- sphinx-apidoc -o ./source ../fdroidserver -M -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue