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 3660eb6 commit 74c2df2Copy full SHA for 74c2df2
.circleci/config.yml
@@ -67,7 +67,7 @@ commands:
67
# Set epoch to date of latest tag.
68
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
69
mkdir -p logs
70
- make html O="-T -j4 -w /tmp/sphinxerrorswarnings.log"
+ make html SPHINXOPTS="-T -j4 -w /tmp/sphinxerrorswarnings.log"
71
rm -r build/html/_sources
72
working_directory: doc
73
- save_cache:
0 commit comments