mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
docs: initial update of programming guide for C3
Updates "front page" content, get-started, and api-guides with C3 content Enable building and publishing of C3 docs in CI
This commit is contained in:
@@ -39,7 +39,7 @@ from collections import namedtuple
|
||||
from packaging import version
|
||||
|
||||
LANGUAGES = ['en', 'zh_CN']
|
||||
TARGETS = ['esp32', 'esp32s2']
|
||||
TARGETS = ['esp32', 'esp32s2', 'esp32c3']
|
||||
|
||||
SPHINX_WARN_LOG = 'sphinx-warning-log.txt'
|
||||
SPHINX_SANITIZED_LOG = 'sphinx-warning-log-sanitized.txt'
|
||||
|
Reference in New Issue
Block a user