Skip to content

Commit e903da6

Browse files
committed
docs(extension): Add sphinxemoji support
1 parent 775c929 commit e903da6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"sphinx_copybutton",
2929
"sphinx_tabs.tabs",
3030
"esp_docs.esp_extensions.dummy_build_system",
31+
"sphinxemoji.sphinxemoji",
3132
]
3233

3334
# ESP32_DOCS = [

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
esp-docs>=1.4.0
22
sphinx-copybutton==0.5.0
33
sphinx-tabs==3.2.0
4+
sphinxemoji>=0.3.1

0 commit comments

Comments
 (0)