mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 12:09:19 +02:00
5 lines
137 B
Bash
Executable file
5 lines
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
|