Added a small json file in documentation to get releases info

This commit is contained in:
Eliot Berriot 2019-04-01 11:36:13 +02:00
parent 3a95957dfe
commit cf51d37a47
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 35 additions and 1 deletions

View file

@ -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