mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 10:19:55 +02:00
Added a small json file in documentation to get releases info
This commit is contained in:
parent
3a95957dfe
commit
cf51d37a47
2 changed files with 35 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -eux
|
||||
# Building sphinx and swagger docs
|
||||
|
||||
python -m sphinx . $BUILD_PATH
|
||||
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh
|
||||
python ./get-releases-json.py > $BUILD_PATH/releases.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue