docs: support building a subset of the documentation with build_docs

Closes IDF-1688
This commit is contained in:
Marius Vikhammer
2020-05-12 16:11:09 +08:00
parent 9f801fd2f5
commit a316082f53
5 changed files with 60 additions and 4 deletions

View File

@@ -383,6 +383,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