summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorDevananda van der Veen <devananda.vdv@gmail.com>2013-05-29 16:20:58 -0700
committerDevananda van der Veen <devananda.vdv@gmail.com>2013-05-29 16:20:58 -0700
commit676a157f421cd214524754f42263d99ec40c05f0 (patch)
tree01e86ed9507892174e294b2059e8d98a2c900e50 /doc/source/conf.py
parent09271d52e5013da644447a8ca54a01f8897ee406 (diff)
downloadironic-676a157f421cd214524754f42263d99ec40c05f0.tar.gz
More doc updates.
Create doc/source/dev/ directory, and add several files that got accidentaly ignored because they were under doc/source/api/. Also move some files from doc/source into doc/source/dev to clean up the base doc dir. Change-Id: Ief9777216db82ec3be32b7a73e2d268a3a973ef8
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 73f4280f6..26c0c52ef 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,7 +6,9 @@
# 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.intersphinx']
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.viewcode',
+ ]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.