Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
3595 commits behind the upstream repository.
build_docs.sh 258 B
#!/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
python ./get-releases-json.py --latest > $BUILD_PATH/latest.txt