Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbhr committed Nov 6, 2017
1 parent fd1c9e8 commit 5070a55
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,25 +244,23 @@
# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',

# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',

# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
# 'preamble': '',

# Latex figure (float) alignment
# 'figure_align': 'htbp',
# Additional stuff for the LaTeX preamble.
# 'preamble': '',

# Latex figure (float) alignment
# 'figure_align': 'htbp',
}

# 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, 'snakePipes.tex', u'snakePipes Documentation', u'MPI-IE', 'manual'),]
latex_documents = [(master_doc, 'snakePipes.tex', u'snakePipes Documentation', u'MPI-IE', 'manual'), ]

# The name of an image file (relative to this directory) to place at the top of
# the title page.
Expand All @@ -289,7 +287,7 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, 'snakepipes', u'snakePipes Documentation',[author], 1)]
man_pages = [(master_doc, 'snakepipes', u'snakePipes Documentation', [author], 1)]

# If true, show URL addresses after external links.
# man_show_urls = False
Expand All @@ -303,8 +301,7 @@
texinfo_documents = [
(master_doc, 'snakePipes', u'snakePipes Documentation',
author, 'snakePipes', 'One line description of project.',
'Miscellaneous'),
]
'Miscellaneous'), ]

# Documents to append as an appendix to all manuals.
# texinfo_appendices = []
Expand Down

0 comments on commit 5070a55

Please sign in to comment.