Skip to content

Commit 82accbb

Browse files
Merge pull request #610 from ARISE-Initiative/doc-devices-fix
Adding hdiapi to imports for docs for spacemouse
2 parents bb101c8 + d558301 commit 82accbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
31-
pip install sphinx sphinx_book_theme sphinx_markdown_tables recommonmark nbsphinx sphinx_togglebutton
31+
pip install sphinx sphinx_book_theme sphinx_markdown_tables recommonmark nbsphinx sphinx_togglebutton hidapi
3232
3333
# Build the documentation
3434
- name: Build Docs

0 commit comments

Comments
 (0)