We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646bfee commit b44b20dCopy full SHA for b44b20d
.github/workflows/docs.yml
@@ -35,4 +35,4 @@ jobs:
35
# GitHub CI installs pip3 and setuptools outside the path.
36
# Update the path to include them and run.
37
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
38
- cd ./docs && PATH=/home/runner/.local/bin:$PATH SPHINXOPTS="-W" build-docs -l en -t esp32
+ cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en -t esp32
0 commit comments