commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b1d704208702/ changeset: b1d704208702 user: clements date: 2012-11-03 18:00:12 summary: More changes to get Sphinx to run with fewer erros on ReadTheDocs.org. affected #: 1 file diff -r 029237b5d5a2a511c7a787b7d7abbc6de94c01f3 -r b1d704208702feac085d9cf04d56bd08ebdbb3b0 doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -273,6 +273,7 @@ else: return Mock() -MOCK_MODULES = ['tables', 'pbs_python', 'DRMAA_python', 'decorator'] +# adding pbs_python and DRMAA_python here had no effect. +MOCK_MODULES = ['tables', 'markupsafe', 'drmaa', 'decorator'] for mod_name in MOCK_MODULES: sys.modules[mod_name] = Mock() https://bitbucket.org/galaxy/galaxy-central/changeset/f980df29adff/ changeset: f980df29adff user: clements date: 2012-11-03 18:10:15 summary: Took out mock modules that weren't helping from Sphinx config file. affected #: 1 file diff -r b1d704208702feac085d9cf04d56bd08ebdbb3b0 -r f980df29adff1964f5978e56ce7414ee23eb3a25 doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -273,7 +273,7 @@ else: return Mock() -# adding pbs_python and DRMAA_python here had no effect. -MOCK_MODULES = ['tables', 'markupsafe', 'drmaa', 'decorator'] +# 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