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