Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96751f5

Browse files
committedMay 3, 2022
[Docs] Changes on the docs build
1 parent d1e2ef7 commit 96751f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
# GitHub CI installs pip3 and setuptools outside the path.
3636
# Update the path to include them and run.
3737
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
38+
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en -t esp32

0 commit comments

Comments
 (0)
Please sign in to comment.