diff options
author | Joar Wandborg <git@wandborg.com> | 2011-05-03 20:04:55 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2011-05-03 20:04:55 +0200 |
commit | 1b46208f3e6daa773ed0ac2b7c811db68b8b3123 (patch) | |
tree | 7b44d7cced588ddd58ac795e9b778bcad7055b4d /docs/conf.py | |
parent | 65f24846540052ec58174296190578a3323cac12 (diff) | |
parent | 9610848c298fff67da83abd495a44be86dd4eea3 (diff) | |
download | mediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.tar.lz mediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.tar.xz mediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.zip |
Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 967d84d0..fedaf33c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('.')) # -- General configuration ----------------------------------------------------- @@ -25,7 +25,7 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ["mgext.youcanhelp"] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |