diff --git a/doc/source/conf.py b/doc/source/conf.py index 20b679ef..340dd5fd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -259,7 +259,7 @@ htmlhelp_basename = 'GPydoc' # -- Options for LaTeX output --------------------------------------------- -latex_elements = { +#latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #'papersize': 'letterpaper', @@ -276,10 +276,10 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'GPy.tex', u'GPy Documentation', - u'GPy Authors', 'manual'), -] +#latex_documents = [ +# (master_doc, 'GPy.tex', u'GPy Documentation', +# u'GPy Authors', 'manual'), +#] # The name of an image file (relative to this directory) to place at the top of # the title page. @@ -306,10 +306,10 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'gpy', u'GPy Documentation', - [author], 1) -] +#man_pages = [ +# (master_doc, 'gpy', u'GPy Documentation', +# [author], 1) +#] # If true, show URL addresses after external links. #man_show_urls = False @@ -320,11 +320,11 @@ man_pages = [ # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'GPy', u'GPy Documentation', - author, 'GPy', 'One line description of project.', - 'Miscellaneous'), -] +#texinfo_documents = [ +# (master_doc, 'GPy', u'GPy Documentation', +# author, 'GPy', 'One line description of project.', +# 'Miscellaneous'), +#] # Documents to append as an appendix to all manuals. #texinfo_appendices = []