comparison 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
comparison
equal deleted inserted replaced
1515:1de26774035f 1516:57feab73c783
21 # General configuration 21 # General configuration
22 # --------------------- 22 # ---------------------
23 23
24 # Add any Sphinx extension module names here, as strings. They can be extensions 24 # Add any Sphinx extension module names here, as strings. They can be extensions
25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext', 'taglist'] 26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'taglist']
27 27
28 todo_include_todos = True 28 todo_include_todos = True
29 29
30 try: 30 try:
31 from sphinx.ext import pngmath 31 from sphinx.ext import pngmath