Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 3660eb6 + 74c2df2 commit 9eb8e18Copy full SHA for 9eb8e18
.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