|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 |
| -# Symfony CMF documentation build configuration file, created by |
| 3 | +# Symfony documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Sat Jul 28 21:58:57 2012.
|
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its containing dir.
|
|
185 | 185 | #html_file_suffix = None
|
186 | 186 |
|
187 | 187 | # Output file base name for HTML help builder.
|
188 |
| -htmlhelp_basename = 'SymfonyCMFdoc' |
| 188 | +htmlhelp_basename = 'SymfonyDoc' |
189 | 189 |
|
190 | 190 |
|
191 | 191 | # -- Options for LaTeX output --------------------------------------------------
|
|
204 | 204 | # Grouping the document tree into LaTeX files. List of tuples
|
205 | 205 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
206 | 206 | latex_documents = [
|
207 |
| - ('index', 'SymfonyCMF.tex', u'Symfony CMF Documentation', |
208 |
| - u'Symfony CMF community', 'manual'), |
| 207 | + ('index', 'Symfony.tex', u'Symfony Documentation', |
| 208 | + u'Symfony community', 'manual'), |
209 | 209 | ]
|
210 | 210 |
|
211 | 211 | # The name of an image file (relative to this directory) to place at the top of
|
|
234 | 234 | # One entry per manual page. List of tuples
|
235 | 235 | # (source start file, name, description, authors, manual section).
|
236 | 236 | man_pages = [
|
237 |
| - ('index', 'symfonycmf', u'Symfony CMF Documentation', |
238 |
| - [u'Symfony CMF community'], 1) |
| 237 | + ('index', 'symfony', u'Symfony Documentation', |
| 238 | + [u'Symfony community'], 1) |
239 | 239 | ]
|
240 | 240 |
|
241 | 241 | # If true, show URL addresses after external links.
|
|
248 | 248 | # (source start file, target name, title, author,
|
249 | 249 | # dir menu entry, description, category)
|
250 | 250 | texinfo_documents = [
|
251 |
| - ('index', 'SymfonyCMF', u'Symfony CMF Documentation', |
252 |
| - u'Symfony CMF community', 'SymfonyCMF', 'One line description of project.', |
| 251 | + ('index', 'Symfony', u'Symfony Documentation', |
| 252 | + u'Symfony community', 'Symfony', 'One line description of project.', |
253 | 253 | 'Miscellaneous'),
|
254 | 254 | ]
|
255 | 255 |
|
|
0 commit comments