mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
docs(build): add header include path and component require to api reference
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user