Merge branch 'feature/build_docs_h21' into 'master'

docs(build): add support for building H21 docs

Closes IDF-12105

See merge request espressif/esp-idf!36632
This commit is contained in:
Marius Vikhammer
2025-02-06 11:25:36 +08:00
26 changed files with 803 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
.. This file gets included from other .rst files in this folder.
.. It contains target-specific snippets.
.. Comments and '---' lines act as delimiters.
..
.. This is necessary mainly because RST doesn't support substitutions
.. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
.. These code blocks can be moved back to the main .rst files, with target-specific
.. file names being replaced by substitutions.
.. gpio-summary
To be updated
.. note::
To be updated
---