diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-05-03 12:07:01 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-05-03 12:08:09 -0400 |
commit | 9610848c298fff67da83abd495a44be86dd4eea3 (patch) | |
tree | 1a4d2f0fb840f62d0b1b56ee81c756af43c2da8f /docs/conf.py | |
parent | 8ac897c3b6834120eeaec6e8cd1646032b1b3739 (diff) | |
download | mediagoblin-9610848c298fff67da83abd495a44be86dd4eea3.tar.lz mediagoblin-9610848c298fff67da83abd495a44be86dd4eea3.tar.xz mediagoblin-9610848c298fff67da83abd495a44be86dd4eea3.zip |
Lots of documentation changes
* added a YouCanHelp directive to replace FIXMEs and encourage contributors
to help out
* moved some bits around between the hacking howto and the codebase documents
* expanded on the stub nature of the theming howto
* tweaked some other text
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'] |