aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2010-06-22 12:11:36 -0400
committerChris Ball <cjb@laptop.org>2010-06-22 12:11:36 -0400
commitc91e05c4211ea94d513b2024719c6ee27b5d6dab (patch)
treebed6478da41f6160c212a728e805fe4108a9c1a0 /doc
parent0df4bd7ae194bb07f36a2a69a0549037de01cb52 (diff)
parent401152d6eec5167043dedde60c0a64d0affbd120 (diff)
downloadbugseverywhere-c91e05c4211ea94d513b2024719c6ee27b5d6dab.tar.gz
Merge with Trevor
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1090a28..371480e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -25,7 +25,8 @@ import libbe.version
# 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.doctest', 'sphinx.ext.coverage',
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
+ 'sphinx.ext.doctest', 'sphinx.ext.coverage',
'numpydoc']
# Add any paths that contain templates here, relative to this directory.
@@ -196,3 +197,9 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
+
+# -- Options for Intersphinx ---------------------------------------------------
+
+intersphinx_mapping = {
+ 'http://docs.python.org/dev': None,
+ }