summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-29 19:02:18 -0400
committerChris McDonough <chrism@plope.com>2010-10-29 19:02:18 -0400
commit71ff1038f9ae7578e303ca9f657d34e4ee09305a (patch)
tree9a9ba4eae2f5eee9f980f50c93fab4804222e8a4
parente9a2ba347cec52cf9614f442978fe94ed6278b5c (diff)
downloadpyramid-71ff1038f9ae7578e303ca9f657d34e4ee09305a.tar.gz
pyramid-71ff1038f9ae7578e303ca9f657d34e4ee09305a.tar.bz2
pyramid-71ff1038f9ae7578e303ca9f657d34e4ee09305a.zip
bfg -> pyramid
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
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'),
]