diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index fce6518..e24bb8f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2010, Nadia Dencheva, Warren Hack' # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8' +release = '2011.xx' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -175,6 +175,8 @@ htmlhelp_basename = 'STWCSdoc' latex_documents = [ ('index', 'STWCS.tex', u'STWCS Documentation', u'Nadia Dencheva, Warren Hack', 'manual'), + ('hdrlet_tsr', 'headerlet_tsr.tex', u'Headerlet Definition', + u'Nadia Dencheva, Warren Hack', 'tsr'), ] # The name of an image file (relative to this directory) to place at the top of |