diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index 540c2305a..e281653ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ source_suffix = '.rst' master_doc = 'index' # General substitutions. -project = 'repoze.bfg' +project = 'The repoze.bfg Web Application Framework' copyright = '2008-2010, Agendaless Consulting' # The default replacements for |version| and |release|, also used in various @@ -96,7 +96,7 @@ html_style = 'repoze.css' # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -#html_title = None +#html_title = 'The repoze.bfg Web Application Framework v%release%' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None @@ -151,8 +151,7 @@ html_last_updated_fmt = '%b %d, %Y' #html_file_suffix = '' # Output file base name for HTML help builder. -htmlhelp_basename = 'repozebfgdoc' - +htmlhelp_basename = 'repozebfg' # Options for LaTeX output # ------------------------ @@ -166,7 +165,7 @@ latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('latexindex', 'repoze.bfg.tex', 'The repoze.bfg Web Framework', + ('latexindex', 'repozebfg.tex', 'The repoze.bfg Web Application Framework', 'Chris McDonough', 'manual'), ] |
