Disable multi version docs for now

vite-ws-ssl-compatible
Georg Krause 2022-03-18 10:35:09 +01:00
rodzic a0fa6a3b8a
commit 4c2411ce28
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#!/bin/bash -eux
# 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
python ./get-releases-json.py > $BUILD_PATH/releases.json
python ./get-releases-json.py --latest > $BUILD_PATH/latest.txt