Skip to content

Commit 8f92ef7

Browse files
committed
include rdkit within autodoc_mock_imports
1 parent 99aead1 commit 8f92ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
napoleon_use_ivar = True
6060

6161
# (Optional) If some modules have optional heavy deps, you can mock them here:
62-
# autodoc_mock_imports = ["MDAnalysis"]
62+
autodoc_mock_imports = ["MDAnalysis", "rdkit"]
6363

6464
templates_path = ["_templates"]
6565

0 commit comments

Comments
 (0)