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.
1 parent ed86930 commit 9c6594eCopy full SHA for 9c6594e
.local.jenkins.lin.yml
@@ -31,3 +31,4 @@ after_script:
31
documentation:
32
- if [ ${NAME} == "UT" ] then $PYINT -u setup.py build_sphinx --layout=html fi
33
- if [ ${NAME} == "UT" ] then cp -R -f _doc/sphinxdoc/build/html dist/html fi
34
+ - if [ ${NAME} == "UT" and ${VERSION} == "3.9" ] then zip doc.zip -r dist/html fi
0 commit comments