diff options
Diffstat (limited to 'docs/read_the_docs/conf.py')
-rw-r--r-- | docs/read_the_docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/read_the_docs/conf.py b/docs/read_the_docs/conf.py index f170867..5b719fc 100644 --- a/docs/read_the_docs/conf.py +++ b/docs/read_the_docs/conf.py @@ -49,8 +49,8 @@ master_doc = 'index' # General information about the project. project = u'twilio-php' -copyright = u'2016, Neuman Vong' -author = u'Neuman Vong' +copyright = u'2016, Twilio' +author = u'Twilio' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -260,7 +260,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'twilio-php.tex', u'twilio-php Documentation', - u'Neuman Vong', 'manual'), + u'Twilio', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |