funquail/docs/build_docs.sh

5 lines
194 B
Bash
Raw Normal View History

2018-04-26 18:12:08 +02:00
#!/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