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:
Krzysztof Budzynski
2020-05-25 02:58:28 +08:00
5 changed files with 60 additions and 4 deletions

View File

@@ -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