Skip to content

Commit d99106f

Browse files
committed
iter
1 parent 5d9a525 commit d99106f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ then
7272
exit 0
7373
fi
7474

75-
make_args=html
76-
make_args="SPHINXOPTS=-T $make_args" # show full traceback on exception
77-
7875
# deactivate circleci virtualenv and setup a miniconda env instead
7976
if [[ `type -t deactivate` ]]; then
8077
deactivate
8178
fi
8279

83-
MAMBAFORGE_PATH=$HOME/mambaforge
8480
# Install pixi
8581
curl -fsSL https://pixi.sh/install.sh | bash
8682
export PATH=/home/circleci/.pixi/bin:$PATH
8783

8884
# 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
85+
set -o pipefail && pixi run --frozen -e build-docs | tee ~/log.txt
9086
set +o pipefail

0 commit comments

Comments
 (0)