|
46 | 46 | master_doc = 'index'
|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 |
| -project = u'twilio-python2' |
50 |
| -copyright = u'2011, Kyle Conroy' |
| 49 | +project = u'twilio-python' |
| 50 | +copyright = u'2011, Twilio Inc.' |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for
|
53 | 53 | # |version| and |release|, also used in various other places throughout the
|
|
173 | 173 | #html_file_suffix = None
|
174 | 174 |
|
175 | 175 | # Output file base name for HTML help builder.
|
176 |
| -htmlhelp_basename = 'twilio-python2doc' |
| 176 | +htmlhelp_basename = 'twilio-pythondoc' |
177 | 177 |
|
178 | 178 |
|
179 | 179 | # -- Options for LaTeX output --------------------------------------------------
|
|
187 | 187 | # Grouping the document tree into LaTeX files. List of tuples
|
188 | 188 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
189 | 189 | latex_documents = [
|
190 |
| - ('index', 'twilio-python2.tex', u'twilio-python2 Documentation', |
191 |
| - u'Kyle Conroy', 'manual'), |
| 190 | + ('index', 'twilio-python.tex', u'twilio-python Documentation', |
| 191 | + u'Twilio Inc.', 'manual'), |
192 | 192 | ]
|
193 | 193 |
|
194 | 194 | # The name of an image file (relative to this directory) to place at the top of
|
|
220 | 220 | # One entry per manual page. List of tuples
|
221 | 221 | # (source start file, name, description, authors, manual section).
|
222 | 222 | man_pages = [
|
223 |
| - ('index', 'twilio-python2', u'twilio-python2 Documentation', |
224 |
| - [u'Kyle Conroy'], 1) |
| 223 | + ('index', 'twilio-python', u'twilio-python Documentation', |
| 224 | + [u'Twilio Inc.'], 1) |
225 | 225 | ]
|
226 | 226 |
|
227 | 227 |
|
228 | 228 | # -- Options for Epub output ---------------------------------------------------
|
229 | 229 |
|
230 | 230 | # Bibliographic Dublin Core info.
|
231 |
| -epub_title = u'twilio-python2' |
232 |
| -epub_author = u'Kyle Conroy' |
233 |
| -epub_publisher = u'Kyle Conroy' |
234 |
| -epub_copyright = u'2010, Kyle Conroy' |
| 231 | +epub_title = u'twilio-python' |
| 232 | +epub_author = u'kyle@twilio.com' |
| 233 | +epub_publisher = u'Twilio Inc.' |
| 234 | +epub_copyright = u'2010, Twilio Inc.' |
235 | 235 |
|
236 | 236 | # The language of the text. It defaults to the language option
|
237 | 237 | # or en if the language is not set.
|
|
0 commit comments