mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 02:21:06 +02:00
docs: Allow incremental builds
This commit is contained in:
committed by
Angus Gratton
parent
11fac8637a
commit
844bdd8154
@@ -161,8 +161,7 @@ def sphinx_call(language, target, build_dir, sphinx_parallel_jobs, buildername):
|
|||||||
try:
|
try:
|
||||||
os.makedirs(build_dir)
|
os.makedirs(build_dir)
|
||||||
except OSError:
|
except OSError:
|
||||||
print("Cannot call Sphinx in an existing directory!")
|
pass
|
||||||
return 1
|
|
||||||
|
|
||||||
environ = {}
|
environ = {}
|
||||||
environ.update(os.environ)
|
environ.update(os.environ)
|
||||||
|
Reference in New Issue
Block a user