8000 Change copyright · michaelhelmick/twilio-python@b8ef8e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8ef8e1

Browse files
committed
Change copyright
1 parent 37024a0 commit b8ef8e1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/conf.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
master_doc = 'index'
4747

4848
# 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.'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
@@ -173,7 +173,7 @@
173173
#html_file_suffix = None
174174

175175
# Output file base name for HTML help builder.
176-
htmlhelp_basename = 'twilio-python2doc'
176+
htmlhelp_basename = 'twilio-pythondoc'
177177

178178

179179
# -- Options for LaTeX output --------------------------------------------------
@@ -187,8 +187,8 @@
187187
# Grouping the document tree into LaTeX files. List of tuples
188188
# (source start file, target name, title, author, documentclass [howto/manual]).
189189
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'),
192192
]
193193

194194
# The name of an image file (relative to this directory) to place at the top of
@@ -220,18 +220,18 @@
220220
# One entry per manual page. List of tuples
221221
# (source start file, name, description, authors, manual section).
222222
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)
225225
]
226226

227227

228228
# -- Options for Epub output ---------------------------------------------------
229229

230230
# 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.'
235235

236236
# The language of the text. It defaults to the language option
237237
# or en if the language is not set.

0 commit comments

Comments
 (0)
0