1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6f3266a589e3/ changeset: 6f3266a589e3 user: clements date: 2012-11-06 18:31:28 summary: Added numpy to mock modules list. Readthedocs of galaxy-central is broken, and it's complaining about numpy. So, try adding it to mock modules list and see if that helps. affected #: 1 file diff -r 6d86fa9ca5977060372704346a1e9a2b6308a292 -r 6f3266a589e397cbdbe8efe4f4d26b7dcdc8924c doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -274,6 +274,6 @@ return Mock() # adding pbs_python, DRMAA_python, markupsafe, and drmaa here had no effect. -MOCK_MODULES = ['tables', 'decorator'] +MOCK_MODULES = ['tables', 'decorator', 'numpy'] for mod_name in MOCK_MODULES: sys.modules[mod_name] = Mock() Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.