We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fa774 commit 0fd405bCopy full SHA for 0fd405b
.github/workflows/docs_build.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
source .github/scripts/install-arduino-cli.sh
51
source .github/scripts/install-arduino-core-esp32.sh
52
- python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH
+ python3 .github/scripts/docs_build_examples.py -ai $ARDUINO_IDE_PATH -au $ARDUINO_USR_PATH -d
53
54
- name: Cleanup Binaries
55
docs/requirements.txt
@@ -1,5 +1,5 @@
1
sphinx==4.5.0
2
-esp-docs>=1.4.0
+esp-docs @ git+https://github.com/JakubAndrysek/esp-docs.git@extensions/wokwi_embed
3
sphinx-copybutton==0.5.0
4
sphinx-tabs==3.2.0
5
numpydoc==1.5.0
0 commit comments