Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eb8e18

Browse files
authored
Merge pull request #97 from QuLogic/fix-circle
CI: Use correct variable in CircleCI build
2 parents 3660eb6 + 74c2df2 commit 9eb8e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ commands:
6767
# Set epoch to date of latest tag.
6868
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
6969
mkdir -p logs
70-
make html O="-T -j4 -w /tmp/sphinxerrorswarnings.log"
70+
make html SPHINXOPTS="-T -j4 -w /tmp/sphinxerrorswarnings.log"
7171
rm -r build/html/_sources
7272
working_directory: doc
7373
- save_cache:

0 commit comments

Comments
 (0)