doc: apply wavedrom extension

This commit is contained in:
morris
2022-04-29 14:42:35 +08:00
parent baa5b8ed7d
commit dce0993ce5
11 changed files with 124 additions and 63 deletions

View File

@@ -160,6 +160,7 @@ conditional_include_dict = {'SOC_BT_SUPPORTED':BT_DOCS,
'esp32c3':ESP32C3_DOCS}
extensions += ['sphinx_copybutton',
'sphinxcontrib.wavedrom',
# Note: order is important here, events must
# be registered by one extension before they can be
# connected to another extension
@@ -173,6 +174,9 @@ extensions += ['sphinx_copybutton',
'esp_docs.esp_extensions.run_doxygen',
]
# Use wavedrompy as backend, insted of wavedrom-cli
render_using_wavedrompy = True
# link roles config
github_repo = 'espressif/esp-idf'