We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03132cc commit 75cfaf0Copy full SHA for 75cfaf0
docs/_config.yml
@@ -103,6 +103,9 @@ sphinx:
103
config : # key-value pairs to directly over-ride the Sphinx configuration
104
autodoc_typehints_format: "short"
105
autodoc_member_order: "bysource"
106
+ autodoc_mock_imports:
107
+ # mock imports for optional dependencies (e.g. dependencies of atari/atari_wrapper)
108
+ - cv2
109
autoclass_content: "both"
110
autodoc_default_options:
111
show-inheritance: True
0 commit comments