Commit 01589c4c authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Docs: add missing .tex extension.

parent bc64d83a
...@@ -178,10 +178,10 @@ htmlhelp_basename = 'flask-admin' ...@@ -178,10 +178,10 @@ htmlhelp_basename = 'flask-admin'
latex_elements = { latex_elements = {
# The paper size ('letterpaper' or 'a4paper'). # The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper', # 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt'). # The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt', # 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble. # Additional stuff for the LaTeX preamble.
#'preamble': '', #'preamble': '',
...@@ -190,7 +190,7 @@ latex_elements = { ...@@ -190,7 +190,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'flask-admin', u'Flask-Admin documentation', ('index', 'flask-admin.tex', u'Flask-Admin documentation',
u'Serge S. Koval', 'manual'), u'Serge S. Koval', 'manual'),
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment