summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorjpellerin <devnull@localhost>2009-04-27 15:34:04 -0400
committerjpellerin <devnull@localhost>2009-04-27 15:34:04 -0400
commitee4188501a9194de1c1c558c3523819ee52d6f9d (patch)
tree2c36612772facceb896b0bee5ce0487962e74e3b /doc/conf.py
parent159594a8d3fb5346c6897b8332823e773cab81a4 (diff)
downloadnose-ee4188501a9194de1c1c558c3523819ee52d6f9d.tar.gz
Work in progress on automated man page generation
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 562c549..40bdc6c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -30,8 +30,8 @@ sys.path.insert(0, os.path.abspath('.'))
# 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', 'docstring',
- 'nose.sphinx.pluginopts']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+ 'nose.sphinx.pluginopts', 'manbuilder']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['.templates']