Changeset 2030
- Timestamp:
- Oct 28, 2015 10:10:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/conf.py
r2029 r2030 20 20 return Mock() 21 21 22 MOCK_MODULES = ['wx', 'numpy', 'scipy', 'pypowder', 'pyspg', 'pytexture'] 22 MOCK_MODULES = ['wx', 'numpy', 'scipy', 'pypowder', 'pyspg', 'pytexture', 'matplotlib', 'wx.grid', 23 'numpy.linalg', 'wx.lib.colourselect', 'wx.lib.scrolledpanel', 'numpy.ma', 'wx.aui', 24 'OpenGL', 'OpenGL.GL'] 23 25 sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) 24 26
Note: See TracChangeset
for help on using the changeset viewer.