Changeset 2032 for trunk/docs
- Timestamp:
- Oct 29, 2015 10:25:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/conf.py
r2031 r2032 20 20 return Mock() 21 21 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', 'numpy.core.multiarray', 'wx.lib.scrolledpanel', 'wx.lib.gridmovers', 25 'scipy.optimize', 'wx.lib.colourselect'] 22 MOCK_MODULES = ['wx.lib.scrolledpanel', 'wx.lib.gridmovers', 'wx.grid', 'wx.lib.colourselect', 'wx.aui', 'wx', 23 'numpy.core.multiarray', 'numpy.linalg', 'numpy.ma', 'numpy', 24 'scipy.optimize', 'scipy', 25 'pypowder', 'pyspg', 'pytexture', 'matplotlib', 26 'OpenGL.GL', 'OpenGL', 27 ] 26 28 sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) 27 29
Note: See TracChangeset
for help on using the changeset viewer.