Navigation Menu

Skip to content

Commit

Permalink
added wx modules to autodoc_mock_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi committed Apr 18, 2016
1 parent 1133535 commit 966a191
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/conf.py
Expand Up @@ -205,4 +205,16 @@

autodoc_member_order = 'bysource'

autodoc_mock_imports = ['wx', 'wx.grid', 'wx.lib', 'qt4']
autodoc_mock_imports = ['wx',
'wx.grid',
'wx.html',
'wx.lib',
'wx.lib.scrolledpanel',
'wx.lib.layoutf',
'wx.lib.mixins',
'wx.lib.mixins.grid',
'wx.lib.wxpTag',
'wx.lib.gridmovers',
'wx.stc',
'wx.py',
'IPython']

0 comments on commit 966a191

Please sign in to comment.