diff options
author | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-26 14:48:13 -0800 |
---|---|---|
committer | R. Tyler Ballance <tyler@monkeypox.org> | 2009-12-26 14:48:13 -0800 |
commit | 4c6a28883f25636dff6bbd3fcb702ef3a1618726 (patch) | |
tree | b589042469e02dd741f2f63d61b3731f17c90911 | |
parent | 00264b6f267ce891497e951f211b0017d62615b1 (diff) | |
download | python-cheetah-4c6a28883f25636dff6bbd3fcb702ef3a1618726.tar.gz |
Update Sphinx config for new dev cycle/year
-rw-r--r-- | www/conf.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/conf.py b/www/conf.py index e9ae69b..d607428 100644 --- a/www/conf.py +++ b/www/conf.py @@ -17,6 +17,7 @@ import sys, os # 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.append(os.path.abspath('.')) +sys.path.append(os.path.abspath(os.path.join('..','cheetah'))) # -- General configuration ----------------------------------------------------- @@ -41,16 +42,16 @@ master_doc = 'index' # General information about the project. project = u'Cheetah' -copyright = u'2009, R. Tyler Ballance' +copyright = u'2010, R. Tyler Ballance' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.2.1' +version = '2.4.2' # The full version, including alpha/beta/rc tags. -release = '2.2.1' +release = '2.4.2 dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -194,4 +195,4 @@ latex_documents = [ #latex_appendices = [] # If false, no module index is generated. -#latex_use_modindex = True +latex_use_modindex = True |