3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/bash -eux
|
|
# Building sphinx and swagger docs
|
|
poetry run sphinx-build . $BUILD_PATH
|