Skip to content

Commit c5ec708

Browse files
Update autodoc_mock_imports
1 parent 9263c9f commit c5ec708

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,8 @@
187187
texinfo_documents = [
188188
(master_doc, "robosuite", "robosuite Documentation", author, "robosuite", "ARISE", "Miscellaneous"),
189189
]
190+
191+
192+
autodoc_mock_imports = [
193+
"robosuite.devices.mjgui", "robosuite.devices.spacemouse", "robosuite.devices.keyboard", "robosuite.devices.device",
194+
]

0 commit comments

Comments
 (0)