Ignore:
Timestamp:
Oct 29, 2015 10:25:34 AM (8 years ago)
Author:
toby
Message:

try RTFD build again

File:
1 edited

Legend:

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

    r2031 r2032  
    2020            return Mock()
    2121
    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']
     22MOCK_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                ]
    2628sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
    2729
Note: See TracChangeset for help on using the changeset viewer.