summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-13 23:53:01 +0100
committerGeorg Brandl <georg@python.org>2010-01-13 23:53:01 +0100
commitedb89b1940326e9e5e7488db91f46355e3871346 (patch)
treeadae9b05177ae7ade2f1ad1d363d85cb9854d181 /doc/conf.py
parent177e0d19eebad8fc05befdc8e4c22f69dad827e6 (diff)
downloadsphinx-git-edb89b1940326e9e5e7488db91f46355e3871346.tar.gz
Add the "viewcode" extension.
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 afa330681..3ef3ff719 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.autosummary', 'sphinx.ext.viewcode']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']