mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Work around Readthedocs command parsing bug
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
09f8df86ac
commit
71f41deebc
@ -16,6 +16,7 @@ build:
|
|||||||
- breathe-apidoc -o docs/api apidoc/xml
|
- breathe-apidoc -o docs/api apidoc/xml
|
||||||
post_build:
|
post_build:
|
||||||
- |
|
- |
|
||||||
|
# Work around Readthedocs bug: Command parsing fails if the 'if' statement is on the first line
|
||||||
if [ "$READTHEDOCS_VERSION" = "development" ]; then
|
if [ "$READTHEDOCS_VERSION" = "development" ]; then
|
||||||
"$READTHEDOCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/redirects.yaml
|
"$READTHEDOCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/redirects.yaml
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user