summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 12:05:44 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 12:05:44 +0100
commitc98236bc61ac24fbc88eb65f99935b41a4b0a3d2 (patch)
tree4eeea0420ad9c54a9d67118a8704a84697b91257 /doc/conf.py
parentc00fd08aa95ea2b125f06ae1fa3d98f403bd2403 (diff)
downloadsphinx-git-c98236bc61ac24fbc88eb65f99935b41a4b0a3d2.tar.gz
Finish new doc field handling implementation.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 3ef3ff719..afa330681 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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']