mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 17:02:25 +00:00
Merge branch 'feature/doc_build_subset' into 'master'
docs: support building a subset of the documentation with build_docs Closes IDF-1688 See merge request espressif/esp-idf!8857
This commit is contained in:
@@ -384,6 +384,7 @@ def setup(app):
|
||||
app.add_config_value('idf_targets', None, 'env')
|
||||
|
||||
app.add_config_value('conditional_include_dict', None, 'env')
|
||||
app.add_config_value('docs_to_build', None, 'env')
|
||||
|
||||
# Breathe extension variables (depend on build_dir)
|
||||
# note: we generate into xml_in and then copy_if_modified to xml dir
|
||||
|
Reference in New Issue
Block a user