commit/galaxy-central: clements: Pared Sphinx's mock module list down to those that actually get rid of errors at ReadTheDocs.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/5fdb5348d968/ changeset: 5fdb5348d968 user: clements date: 2012-11-03 18:25:21 summary: Pared Sphinx's mock module list down to those that actually get rid of errors at ReadTheDocs. affected #: 1 file diff -r f980df29adff1964f5978e56ce7414ee23eb3a25 -r 5fdb5348d968f5bb38aedba23e26bdb9032a0c0b doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -273,7 +273,7 @@ else: return Mock() -# adding pbs_python, DRMAA_python. markupsafe, and drmaa here had no effect. +# adding pbs_python, DRMAA_python, markupsafe, and drmaa here had no effect. MOCK_MODULES = ['tables', 'decorator'] 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.
participants (1)
-
Bitbucket