1
0
Fork 0

README: Don't hardcode version in example.

This commit is contained in:
Julien Palard 2017-08-01 13:24:45 +02:00
parent fdc8e4461f
commit 50c8a573f7
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Merge pot files from cpython doc:
.. code-block:: bash
VERSION=3.6
VERSION="$(git describe --contains --all HEAD)"
git clone --depth 1 --branch $VERSION https://github.com/python/cpython.git /tmp/cpython/
(cd /tmp/cpython/ && sphinx-build -Q -b gettext -D gettext_compact=0 Doc pot/)
POT_PATH="/tmp/cpython/pot/"