Skip to content

Commit c4c62c7

Browse files
committed
Mock "OpenCV" for documentation build.
1 parent f013559 commit c4c62c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
autosummary_generate = True
2323

24-
autodoc_mock_imports = ['colour', 'scipy', 'scipy.ndimage.filters']
24+
autodoc_mock_imports = ['colour', 'cv2']
2525

2626
# If extensions (or modules to document with autodoc) are in another directory,
2727
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)