mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-12 00:29:57 +00:00
docs: Try to enable parallel reads & writes
Reads still single threaded in Sphinx 1.8.5, though.
This commit is contained in:
committed by
Angus Gratton
parent
d1373119e1
commit
cbede3a3a4
@@ -69,6 +69,7 @@ def build_docs(language, target, build_dir):
|
||||
environ['BUILDDIR'] = build_dir
|
||||
|
||||
args = [sys.executable, "-m", "sphinx",
|
||||
"-j", "auto", # use all the cores! (where possible)
|
||||
"-b", "html", # TODO: PDFs
|
||||
"-d", os.path.join(build_dir, "doctrees"),
|
||||
# TODO: support multiple sphinx-warning.log files, somehow
|
||||
|
||||
Reference in New Issue
Block a user