Skip to content

Commit

Permalink
Mock "OpenCV" for documentation build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 24, 2019
1 parent f013559 commit c4c62c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

autosummary_generate = True

autodoc_mock_imports = ['colour', 'scipy', 'scipy.ndimage.filters']
autodoc_mock_imports = ['colour', 'cv2']

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

0 comments on commit c4c62c7

Please sign in to comment.