Skip to content

Commit 0fd405b

Browse files
committed
fix(docs): update esp-docs dependency to specific git reference and add debug flag for example builds
1 parent 93fa774 commit 0fd405b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
source .github/scripts/install-arduino-cli.sh
5151
source .github/scripts/install-arduino-core-esp32.sh
52-
python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH
52+
python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH -d
5353
5454
- name: Cleanup Binaries
5555
run: |

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==4.5.0
2-
esp-docs>=1.4.0
2+
esp-docs @ git+https://github.com/JakubAndrysek/esp-docs.git@extensions/wokwi_embed
33
sphinx-copybutton==0.5.0
44
sphinx-tabs==3.2.0
55
numpydoc==1.5.0

0 commit comments

Comments
 (0)