This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author seluj78
Recipients seluj78
Date 2018-11-14.20:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542226106.26.0.788709270274.issue35249@psf.upfronthosting.co.za>
In-reply-to
Content
When working on the Documentation or when translating it, I often have to rebuild the doc locally to see the changes I made and see how it looks.

However, with the current configuration, It takes (on my computer at least) more than 4 minutes to build.

After investigating, I've found out that the build options on the Makefile of python-docs-fr and of cpython/Docs both have the `E` and `a` options set, which forces a complete rebuild, even when running locally.

https://github.com/python/cpython/blob/9ee1d42f019ac827f73479ce241e95733d050e67/Doc/Makefile#L178-L208
https://github.com/python/python-docs-fr/commit/af8c7a95ab5bc50523ba919c74bb6e6b89d16962

My proposal is to add a `make dev` in the `python-docs-fr` Makefile and add in `cpython/Docs` a mode which will only recompile the needed files.
History
Date User Action Args
2018-11-14 20:08:26seluj78setrecipients: + seluj78
2018-11-14 20:08:26seluj78setmessageid: <1542226106.26.0.788709270274.issue35249@psf.upfronthosting.co.za>
2018-11-14 20:08:26seluj78linkissue35249 messages
2018-11-14 20:08:26seluj78create