Mercurial > pylearn
diff doc/conf.py @ 1387:5a76d56be0bf
Merged
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Tue, 14 Dec 2010 14:22:16 -0500 |
parents | 00116be92710 |
children | 57feab73c783 |
line wrap: on
line diff
--- a/doc/conf.py Tue Dec 14 14:18:41 2010 -0500 +++ b/doc/conf.py Tue Dec 14 14:22:16 2010 -0500 @@ -33,6 +33,11 @@ except ImportError: pass +try: + import numpydoc + extensions.append('numpydoc') +except ImportError: + pass # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates']