Skip to content

Commit

Permalink
Docs: add missing .tex extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-jvrensburg committed Aug 27, 2015
1 parent bc64d83 commit 01589c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@

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

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

# Additional stuff for the LaTeX preamble.
#'preamble': '',
Expand All @@ -190,7 +190,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'flask-admin', u'Flask-Admin documentation',
('index', 'flask-admin.tex', u'Flask-Admin documentation',
u'Serge S. Koval', 'manual'),
]

Expand Down

0 comments on commit 01589c4

Please sign in to comment.