Commit 3527f590 authored by kberry's avatar kberry
Browse files

Update included packages for documentation build

parent 81bcc499
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ class Mock(MagicMock):

# All imported libraries should be added to this mock modules list.
MOCK_MODULES = ['proj4', 'numpy', 'pandas', 'scipy', 'osgeo', 'cv2',
                'scikit-image', 'skimage']
                'scikit-image', 'skimage', 'skimage.feature', 'scipy', 'scipy.misc']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# NumpyDoc Options
+0 −1
Original line number Diff line number Diff line
@@ -8,4 +8,3 @@ The :mod:`matcher.subpixel` module
.. automodule:: autocnet.matcher.subpixel
   :synopsis:
   :members: