aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2019-05-15 16:06:22 -0500
committerHoward Butler <howard@hobu.co>2019-05-15 16:06:22 -0500
commit20ff08a11a82798d149596eaa0898fe7743c5cd2 (patch)
tree1d7b5fa03407dc81150df941f882309fac7f3d15 /docs/source/conf.py
parent9cac21f2d93122b98f92583708e17493bed6d3bc (diff)
downloadPROJ-20ff08a11a82798d149596eaa0898fe7743c5cd2.tar.gz
PROJ-20ff08a11a82798d149596eaa0898fe7743c5cd2.zip
\u is a python3 thing
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0abc17ff..fc8438fd 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -243,7 +243,7 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
'preamble': preamble,
-'inputenc':'\usepackage[utf8]{inputenc}'
+'inputenc':'\\usepackage[utf8]{inputenc}'
# Latex figure (float) alignment
#'figure_align': 'htbp',