Commit 75a64c25 authored by peastman's avatar peastman
Browse files

Prevent sphinx from adding an index to PDF file

parent 89179942
...@@ -190,6 +190,9 @@ latex_elements = { ...@@ -190,6 +190,9 @@ latex_elements = {
{code}{\\small{}\\texttt{#2}\\normalsize{}}% {code}{\\small{}\\texttt{#2}\\normalsize{}}%
}[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]% }[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]%
}%""", }%""",
# Omit the index.
'printindex': '',
} }
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
......
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