mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +02:00
fixup build_docs.py, show doxygen and sphinx warnings together
This commit is contained in:
committed by
Angus Gratton
parent
fb3edc9c87
commit
b9effd8c06
@@ -221,11 +221,8 @@ def action_build(args):
|
||||
log_file=os.path.join(build_dir, DXG_WARN_LOG),
|
||||
known_warnings_file=DXG_KNOWN_WARNINGS,
|
||||
out_sanitized_log_file=os.path.join(build_dir, DXG_SANITIZED_LOG))
|
||||
if ret != 0:
|
||||
return ret
|
||||
|
||||
# check Sphinx warnings:
|
||||
ret = 0
|
||||
for target in targets:
|
||||
for language in languages:
|
||||
build_dir = os.path.realpath(os.path.join(args.build_dir, language, target))
|
||||
|
Reference in New Issue
Block a user