Skip to content

Commit

Permalink
Duplicated LaTeX preamble into latex-elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Jul 3, 2017
1 parent 1ebeab8 commit 8447d5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/source/conf.py
Expand Up @@ -298,6 +298,11 @@

# Additional stuff for the LaTeX preamble.
latex_preamble = preamble
# In Sphinx 1.5, this now appears as latex_elements, so we pack the
# preamble that way, too.
latex_elements = {
'preamble': preamble
}

# Documents to append as an appendix to all manuals.
#latex_appendices = []
Expand Down

0 comments on commit 8447d5c

Please sign in to comment.