Skip to content
Snippets Groups Projects
build_docs.sh 194 B
Newer Older
  • Learn to ignore specific revisions
  • #!/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