Changeset 2030


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

try RTFD build again

File:
1 edited

Legend:

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

    r2029 r2030  
    2020            return Mock()
    2121
    22 MOCK_MODULES = ['wx', 'numpy', 'scipy', 'pypowder', 'pyspg', 'pytexture']
     22MOCK_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']
    2325sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
    2426
Note: See TracChangeset for help on using the changeset viewer.