Skip to content

Commit 4c161d6

Browse files
committed
docs: enable BREATHE_ALT_INSTALL_URL_PY39 for fast breathe fork under python3.9
1 parent 1de6060 commit 4c161d6

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)