mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02:00
docs: Add "explicit only" directive & use only:: to block out some chip-specific parts of docs
This commit is contained in:
committed by
Angus Gratton
parent
e6211c7864
commit
37d5e2fba6
@@ -73,6 +73,7 @@ def build_docs(language, target, build_dir):
|
||||
"-d", os.path.join(build_dir, "doctrees"),
|
||||
# TODO: support multiple sphinx-warning.log files, somehow
|
||||
"-w", "sphinx-warning.log",
|
||||
"-t", target,
|
||||
"-D", "idf_target={}".format(target),
|
||||
os.path.join(os.path.abspath(os.path.dirname(__file__)), language), # srcdir for this language
|
||||
os.path.join(build_dir, "html") # build directory
|
||||
|
Reference in New Issue
Block a user