Today we're building 6 versions for 13 languages (that's 78 builds).
I'm doing some tests on my machine to get an idea:
- An HTML build takes 55 s.
- A full build (html + text + PDF A4 + PDF letter + epub + texinfo) takes around 21 min, composed of:
- 1 min for
make html composed of:
- 50 s for sphinx-build
- 10 s of html archiving
- 40 s for
make text
- 9 min for the A4 PDF build composed of:
- 1 min for
make latex PAPER=a4
- 8 min for
make all-pdf (in build/latex/) (less if run again, like 1 s if not removing PDFs, or 1 min after removing PDFs). Can be cut down to 6 min with -j 4.
- 8 min 30 for the letter PDF build, roughly similar to A4 unsurprisingly
- 1 min for the epub build
- 1 min 30 s for the texinfo build
So a complete rebuild should take ~27h (on my machine, the server may have a different CPU).
Today we're building 6 versions for 13 languages (that's 78 builds).
I'm doing some tests on my machine to get an idea:
make htmlcomposed of:make textmake latex PAPER=a4make all-pdf(inbuild/latex/) (less if run again, like 1 s if not removing PDFs, or 1 min after removing PDFs). Can be cut down to 6 min with-j 4.So a complete rebuild should take ~27h (on my machine, the server may have a different CPU).