feat(docs): use a faster fork of breathe-doc/breathe

See https://github.com/breathe-doc/breathe/discussions/962
This commit is contained in:
Ivan Grokhotkov 2023-12-16 15:52:43 +01:00 committed by Marius Vikhammer
parent da6412b216
commit 4eaefbab43

View File

@ -93,6 +93,7 @@ check_docs_lang_sync:
tags:
- build_docs
script:
- if [ -n "${BREATHE_ALT_INSTALL_URL}" ]; then pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL}; fi
- cd docs
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
parallel: