docs/conf.py in twilio-ruby-3.11.0 vs docs/conf.py in twilio-ruby-3.11.1

- old
+ new

@@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # -# twilio-python2 documentation build configuration file, created by +# twilio-ruby documentation build configuration file, created by # sphinx-quickstart on Mon Dec 13 16:47:32 2010. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this @@ -45,11 +45,11 @@ # The master toctree document. master_doc = 'index' # General information about the project. -project = u'twilio-python' +project = u'twilio-ruby' copyright = unicode(datetime.utcnow().year) + u', Twilio Inc' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. @@ -172,11 +172,11 @@ # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'twilio-pythondoc' +htmlhelp_basename = 'twilio-rubydoc' # -- Options for LaTeX output -------------------------------------------------- # The paper size ('letter' or 'a4'). @@ -186,11 +186,11 @@ #latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'twilio-python.tex', u'twilio-python Documentation', + ('index', 'twilio-ruby.tex', u'twilio-ruby Documentation', u'Twilio Inc.', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. @@ -219,18 +219,18 @@ # -- Options for manual page output -------------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'twilio-python', u'twilio-python Documentation', + ('index', 'twilio-ruby', u'twilio-ruby Documentation', [u'Twilio Inc.'], 1) ] # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'twilio-python' +epub_title = u'twilio-ruby' epub_author = u'kyle@twilio.com' epub_publisher = u'Twilio Inc.' epub_copyright = u'2010, Twilio Inc.' # The language of the text. It defaults to the language option