[Doc-SIG] Python Documentation Translation to Bahasa Indonesia (Indonesian Language)

Julien Palard julien at palard.fr
Tue Oct 15 09:31:51 EDT 2019


o/

> I will wait for the repository available on python organization. \o/

Done: https://github.com/python/python-docs-id/

> I will do this part later, I think I need to test build with 'docsbuild-scripts' first at a local machine.

You can run a test build locally, like the README says (read the docsbuild-script README there's some important mkdir and venv setup) but adding a --language and a --branch:

    python3 ./build_docs.py --quick --build-root build_root --www-root www --log-directory logs --group $(id -g) --skip-cache-invalidation --branch 3.8 --languages id

The you can browse the doc using:

    python3 -m http.server -d www/

Tell me how it goes.

-- 
Julien Palard
https://mdk.fr



More information about the Doc-SIG mailing list