mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
build docs: enable building of S3 docs
* Added suport for building esp32s3 docs * Fixed all related warnings * Activated building of S3 docs for build HTML fast CI job
This commit is contained in:
@@ -39,7 +39,7 @@ from collections import namedtuple
|
||||
from packaging import version
|
||||
|
||||
LANGUAGES = ['en', 'zh_CN']
|
||||
TARGETS = ['esp32', 'esp32s2', 'esp32c3']
|
||||
TARGETS = ['esp32', 'esp32s2', 'esp32s3', 'esp32c3']
|
||||
|
||||
SPHINX_WARN_LOG = 'sphinx-warning-log.txt'
|
||||
SPHINX_SANITIZED_LOG = 'sphinx-warning-log-sanitized.txt'
|
||||
|
Reference in New Issue
Block a user