8000
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 76d36d2 commit 0a0f54dCopy full SHA for 0a0f54d
.travis.yml
@@ -44,7 +44,7 @@ script:
44
- cd "${BASEDIR}"/cpython-doc-catalog
45
- git remote add upstream https://github.com/python/cpython.git
46
- git remote -v
47
-- git fetch upstream
+- git fetch --quiet upstream
48
- git merge --no-ff upstream/3.6 -m "Merge remote-tracking branch 'upstream/3.6' into catalog-3.6 by Autobuild bot on TravisCI"
49
- cd Doc
50
- make build ALLSPHINXOPTS="-E -b gettext -D gettext_compact=0 -d build/.doctrees . locales/pot"
0 commit comments