funquail/docs/build_docs.sh

5 lines
137 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