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

_______________________________________________
Doc-SIG maillist  -  Doc-SIG@python.org
https://mail.python.org/mailman/listinfo/doc-sig

Reply via email to