Skip to content

Commit

Permalink
Merge pull request #613 from ARISE-Initiative/fix-device-docs-I
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-thankyou-lin authored Jan 7, 2025
2 parents 82accbb + ce22f6a commit 400ca11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,10 @@
texinfo_documents = [
(master_doc, "robosuite", "robosuite Documentation", author, "robosuite", "ARISE", "Miscellaneous"),
]

autodoc_mock_imports = [
"robosuite.devices.mjgui",
"robosuite.devices.spacemouse",
"robosuite.devices.keyboard",
"robosuite.devices.device",
]

0 comments on commit 400ca11

Please sign in to comment.