Ignore:
Timestamp:
Oct 28, 2015 10:14:41 PM (8 years ago)
Author:
toby
Message:

try RTFD build again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/source/conf.py

    r2030 r2031  
    2222MOCK_MODULES = ['wx', 'numpy', 'scipy', 'pypowder', 'pyspg', 'pytexture', 'matplotlib', 'wx.grid',
    2323                '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']
    2526sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
    2627
Note: See TracChangeset for help on using the changeset viewer.