Skip to content

Commit 7270d8a

Browse files
author
Andrew Ramirez
committed
Remove unnecessary mock imports and enable autodoc error handling for factorization module
1 parent 0489d83 commit 7270d8a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,14 @@
6464
"datashader",
6565
"colorcet",
6666
"holoviews",
67-
"pacmap",
68-
"parafac2",
69-
"tensorly",
70-
"tlviz",
7167
]
7268

7369
# Suppress warnings during autodoc
7470
suppress_warnings = ["app.add_directive"]
7571

72+
# Import error handling - continue on import errors
73+
autodoc_import_error_continue = True
74+
7675
# Intersphinx mapping for external documentation
7776
intersphinx_mapping = {
7877
"python": ("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)