We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b390b2 + 4c161d6 commit 7dd093fCopy full SHA for 7dd093f
.gitlab/ci/docs.yml
@@ -88,7 +88,9 @@ check_docs_lang_sync:
88
artifacts: false
89
optional: true
90
script:
91
- - 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
92
+ pip uninstall -y breathe && pip install -U ${BREATHE_ALT_INSTALL_URL_PY39};
93
+ fi
94
- cd docs
95
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
96
parallel:
0 commit comments