Skip to content

Commit 7dd093f

Browse files
committed
Merge branch 'docs/re-enable-fast-breathe-fork' into 'master'
docs: enable BREATHE_ALT_INSTALL_URL_PY39 for fast breathe fork under python3.9 See merge request espressif/esp-idf!38334
2 parents 2b390b2 + 4c161d6 commit 7dd093f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab/ci/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ check_docs_lang_sync:
8888
artifacts: false
8989
optional: true
9090
script:
91-
- if [ -n "${BREATHE_ALT_INSTALL_URL}" ]; then pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL}; fi
91+
- if [ -n "${BREATHE_ALT_INSTALL_URL_PY39}" ]; then
92+
pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL_PY39};
93+
fi
9294
- cd docs
9395
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
9496
parallel:

0 commit comments

Comments
 (0)