Skip to content

Commit

Permalink
Merge pull request #610 from ARISE-Initiative/doc-devices-fix
Browse files Browse the repository at this point in the history
Adding hdiapi to imports for docs for spacemouse
  • Loading branch information
kevin-thankyou-lin authored Jan 7, 2025
2 parents bb101c8 + d558301 commit 82accbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx sphinx_book_theme sphinx_markdown_tables recommonmark nbsphinx sphinx_togglebutton
pip install sphinx sphinx_book_theme sphinx_markdown_tables recommonmark nbsphinx sphinx_togglebutton hidapi
# Build the documentation
- name: Build Docs
Expand Down

0 comments on commit 82accbb

Please sign in to comment.