From 71ff1038f9ae7578e303ca9f657d34e4ee09305a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 19:02:18 -0400 Subject: bfg -> pyramid --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index eb236826b..59c0e0b0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -160,7 +160,7 @@ html_last_updated_fmt = '%b %d, %Y' #html_file_suffix = '' # Output file base name for HTML help builder. -htmlhelp_basename = 'repozebfg' +htmlhelp_basename = 'pyramid' # Options for LaTeX output # ------------------------ @@ -174,7 +174,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', 'repozebfg.tex', + ('latexindex', 'pyramid.tex', 'The Pyramid Web Application Development Framework', 'Chris McDonough', 'manual'), ] -- cgit v1.2.3