Disable multi version docs for now
This commit is contained in:
parent
a0fa6a3b8a
commit
4c2411ce28
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
# Building sphinx and swagger docs
|
# Building sphinx and swagger docs
|
||||||
poetry run sphinx-multiversion . $BUILD_PATH
|
poetry run python -m sphinx . $BUILD_PATH # TODO enable multi version #1739
|
||||||
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh
|
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh
|
||||||
python ./get-releases-json.py > $BUILD_PATH/releases.json
|
python ./get-releases-json.py > $BUILD_PATH/releases.json
|
||||||
python ./get-releases-json.py --latest > $BUILD_PATH/latest.txt
|
python ./get-releases-json.py --latest > $BUILD_PATH/latest.txt
|
||||||
|
|
Loading…
Reference in New Issue