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 5d9a525 commit d99106fCopy full SHA for d99106f
build_tools/circle/build_doc.sh
@@ -72,19 +72,15 @@ then
72
exit 0
73
fi
74
75
-make_args=html
76
-make_args="SPHINXOPTS=-T $make_args" # show full traceback on exception
77
-
78
# deactivate circleci virtualenv and setup a miniconda env instead
79
if [[ `type -t deactivate` ]]; then
80
deactivate
81
82
83
-MAMBAFORGE_PATH=$HOME/mambaforge
84
# Install pixi
85
curl -fsSL https://pixi.sh/install.sh | bash
86
export PATH=/home/circleci/.pixi/bin:$PATH
87
88
# The pipefail is requested to propagate exit code
89
-set -o pipefail && pixi run --frozen -e build-docs $make_args 2>&1 | tee ~/log.txt
+set -o pipefail && pixi run --frozen -e build-docs | tee ~/log.txt
90
set +o pipefail
0 commit comments