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 8c9aaaa commit 5c346cfCopy full SHA for 5c346cf
scripts/update_docs.sh
@@ -18,7 +18,7 @@ set -ev
18
19
if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
20
[[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
21
- # Generate new set of json files in docs/json/master.
+ # Build new docset in docs/_build from master.
22
tox -e docs
23
git submodule add -b gh-pages \
24
"https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME}" \
0 commit comments