diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-27 03:46:22 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-27 03:46:22 +0000 |
| commit | 878328bdfc3b5ac832f1728e4a0461e3129cf8d4 (patch) | |
| tree | 3ef62304ccaf4ecbead0d124e9de8e1acf3f9416 /docs/conf.py | |
| parent | 8be78e06c8395587617f6a4f9d4e5ad74a907d7e (diff) | |
| download | pyramid-878328bdfc3b5ac832f1728e4a0461e3129cf8d4.tar.gz pyramid-878328bdfc3b5ac832f1728e4a0461e3129cf8d4.tar.bz2 pyramid-878328bdfc3b5ac832f1728e4a0461e3129cf8d4.zip | |
Latex rendering.
Documentation licensing.
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'), ] |
