Mercurial > pylearn
comparison doc/conf.py @ 1387:5a76d56be0bf
Merged
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Tue, 14 Dec 2010 14:22:16 -0500 |
parents | 00116be92710 |
children | 57feab73c783 |
comparison
equal
deleted
inserted
replaced
1386:e3d02b0a05e3 | 1387:5a76d56be0bf |
---|---|
31 from sphinx.ext import pngmath | 31 from sphinx.ext import pngmath |
32 extensions.append('sphinx.ext.pngmath') | 32 extensions.append('sphinx.ext.pngmath') |
33 except ImportError: | 33 except ImportError: |
34 pass | 34 pass |
35 | 35 |
36 try: | |
37 import numpydoc | |
38 extensions.append('numpydoc') | |
39 except ImportError: | |
40 pass | |
36 | 41 |
37 # Add any paths that contain templates here, relative to this directory. | 42 # Add any paths that contain templates here, relative to this directory. |
38 templates_path = ['.templates'] | 43 templates_path = ['.templates'] |
39 | 44 |
40 # The suffix of source filenames. | 45 # The suffix of source filenames. |