Skip to content

Commit 9f24c58

Browse files
committed
readthedocs fix: add cython_clustering_v2 and cython_maximum_likelihood_opt_full to list of mock imports
1 parent 854951e commit 9f24c58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181

8282
autodoc_mock_imports = [
8383
"dadapy._cython.cython_clustering",
84+
"dadapy._cython.cython_clustering_v2",
8485
"dadapy._cython.cython_maximum_likelihood_opt",
86+
"dadapy._cython.cython_maximum_likelihood_opt_full",
8587
"dadapy._cython.cython_density",
8688
]

0 commit comments

Comments
 (0)