Skip to content

Commit

Permalink
fix: CircleCI docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 15, 2024
1 parent e93475c commit 60c1430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ jobs:
name: Build only this commit
command: |
export PATH="$HOME/.conda/bin:$PATH"
python setup.py --version
python -m pip install "setuptools_scm>=8"
python -m setuptools_scm
make -C docs SPHINXOPTS="-W" BUILDDIR="$HOME/html" CURBRANCH="${CIRCLE_TAG}" html
- store_artifacts:
path: ~/html
Expand Down

0 comments on commit 60c1430

Please sign in to comment.