Skip to content

Commit 0a05496

Browse files
committed
Take 5 at solving sphinx workflow issue
1 parent 6280203 commit 0a05496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v3
11-
- name: Install dependencies
11+
- name: Install Sphinx theme
1212
run: |
1313
pip install sphinx sphinx_rtd_theme
14+
- name: Install mock imports
15+
run: |
1416
pip install micropython-uctypes
1517
- name: Sphinx build
1618
run: |

0 commit comments

Comments
 (0)