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 a33c180 commit 2ace86cCopy full SHA for 2ace86c
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- pip install transifex-client
28
- pip install sphinx-intl
29
- cd "${BASEDIR}"
30
-- git clone --depth 1 --branch catalog-3.6 https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
+- git clone --depth 50 --branch catalog-3.6 https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
31
- mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
32
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
33
- ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES
0 commit comments