Skip to content

Commit

Permalink
Merge pull request #97 from QuLogic/fix-circle
Browse files Browse the repository at this point in the history
CI: Use correct variable in CircleCI build
  • Loading branch information
oscargus authored Sep 18, 2023
2 parents 3660eb6 + 74c2df2 commit 9eb8e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ commands:
# Set epoch to date of latest tag.
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
mkdir -p logs
make html O="-T -j4 -w /tmp/sphinxerrorswarnings.log"
make html SPHINXOPTS="-T -j4 -w /tmp/sphinxerrorswarnings.log"
rm -r build/html/_sources
working_directory: doc
- save_cache:
Expand Down

0 comments on commit 9eb8e18

Please sign in to comment.