Merge branch 'feature/breathe_faster_v5.2' into 'release/v5.2'

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

See merge request espressif/esp-idf!28346
This commit is contained in:
Marius Vikhammer 2024-02-21 12:01:48 +08:00
commit 0c8b9f75f4

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: