Skip to content

Commit

Permalink
attempting to disable latex in sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
shyal committed Dec 1, 2016
1 parent 0ba21ea commit 8a3a2f4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'hoverpy.tex', u'hoverpy Documentation',
u'SpectoLabs', 'manual'),
(),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -256,8 +255,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'hoverpy', u'hoverpy Documentation',
[author], 1)
()
]

# If true, show URL addresses after external links.
Expand All @@ -270,9 +268,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'hoverpy', u'hoverpy Documentation',
author, 'hoverpy', 'One line description of project.',
'Miscellaneous'),
(),
]

# Documents to append as an appendix to all manuals.
Expand Down

0 comments on commit 8a3a2f4

Please sign in to comment.