docs(build): add header include path and component require to api reference

This commit is contained in:
Marius Vikhammer
2023-09-08 10:10:07 +08:00
parent addfc0d870
commit ebe68c3ee3
18 changed files with 179 additions and 90 deletions

View File

@@ -13,6 +13,7 @@ from __future__ import print_function, unicode_literals
import os.path
import re
from pathlib import Path
from esp_docs.conf_docs import * # noqa: F403,F401
@@ -290,6 +291,8 @@ html_redirect_pages = [tuple(line.split(' ')) for line in lines]
html_static_path = ['../_static']
idf_build_system = {'doxygen_component_info': True, 'component_info_ignore_file': Path(os.environ['IDF_PATH']) / 'docs' / 'component_info_ignore_file.txt'}
# Callback function for user setup that needs be done after `config-init`-event
# config.idf_target is not available at the initial config stage