Finish new doc field handling implementation.

This commit is contained in:
Georg Brandl
2010-01-17 12:05:44 +01:00
parent c00fd08aa9
commit c98236bc61
7 changed files with 294 additions and 333 deletions

View File

@@ -7,7 +7,7 @@ import sys, os, re
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.addons.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.viewcode']
'sphinx.ext.autosummary']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']