docs: enable BREATHE_ALT_INSTALL_URL_PY39 for fast breathe fork under python3.9

This commit is contained in:
Fu Hanxi
2025-04-09 14:49:04 +02:00
parent 1de60605c1
commit 4c161d6a79

View File

@@ -88,7 +88,9 @@ check_docs_lang_sync:
artifacts: false
optional: true
script:
- if [ -n "${BREATHE_ALT_INSTALL_URL}" ]; then pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL}; fi
- if [ -n "${BREATHE_ALT_INSTALL_URL_PY39}" ]; then
pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL_PY39};
fi
- cd docs
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
parallel: