Skip to content

Commit a81f7e7

Browse files
committed
Update Jax interop docs with autofunctions and formatting
1 parent 381fc83 commit a81f7e7

File tree

3 files changed

+132
-50
lines changed

3 files changed

+132
-50
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
"exclude-members": "__weakref__",
7474
}
7575

76+
# Mock imports for modules that are not installed by default
77+
autodoc_mock_imports = ["jax", "torch", "paddle", "pxr"]
78+
7679
# autodoc_typehints_format
7780
# add_module_names = False
7881

0 commit comments

Comments
 (0)