funkwhale/docs/build_docs.sh

6 wiersze
137 B
Bash
Executable File

#!/bin/bash -eux
# Building sphinx and swagger docs
python -m sphinx . $BUILD_PATH
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh