mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Draft: set up docs based on docstrings and publish HTML versions
This commit is contained in:
parent
022d0796d8
commit
a15581faa9
5 changed files with 147 additions and 0 deletions
|
|
@ -412,3 +412,15 @@ servergitmirrors:
|
|||
- echo $DLURL
|
||||
- wget $DLURL/index-v1.jar
|
||||
- diff repo/index-v1.jar index-v1.jar
|
||||
|
||||
Build documentation:
|
||||
image: python:3.9-buster
|
||||
script:
|
||||
- pip install -e .[docs]
|
||||
- cd docs
|
||||
- sphinx-apidoc -o ./source ../fdroidserver -M -e
|
||||
- sphinx-autogen -o generated source/*.rst
|
||||
- make html
|
||||
artifacts:
|
||||
paths:
|
||||
- docs/build/html/
|
||||
Loading…
Add table
Add a link
Reference in a new issue