diff doc/conf.py @ 1516:57feab73c783

Remove :api: role, do not generate epydoc by default
author Pascal Lamblin <lamblinp@iro.umontreal.ca>
date Mon, 05 Mar 2012 17:35:15 -0500
parents 00116be92710
children
line wrap: on
line diff
--- a/doc/conf.py	Wed Feb 29 12:43:07 2012 -0500
+++ b/doc/conf.py	Mon Mar 05 17:35:15 2012 -0500
@@ -23,7 +23,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext', 'taglist']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'taglist']
 
 todo_include_todos = True