Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@

#this allows \AA to be used in equations
'preamble': '\\global\\renewcommand{\\AA}{\\text{\\r{A}}}',

# Suppress Sphinx's automatic \printindex at the end of the PDF;
# the index is printed explicitly in indices.rst instead.
'printindex': '',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
6 changes: 1 addition & 5 deletions docs/source/indices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@

.. raw:: latex

\renewcommand{\printindex}{%
\begin{theindex}
\printindex
\end{theindex}
}
\printindex
Loading