aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-05-20 11:09:07 +0200
committerGitHub <noreply@github.com>2019-05-20 11:09:07 +0200
commit573e57a8b323d9e5455ed30a4bf11b4cb265f59d (patch)
tree194110f75ed51a5dff0a0bef84cfc3bc47e26d14 /docs/source
parent4212384c50f85aba6a3ae70d649047576fc1e0cc (diff)
parent602c629481ee43fed1d8856c37048bd63b59744e (diff)
downloadPROJ-573e57a8b323d9e5455ed30a4bf11b4cb265f59d.tar.gz
PROJ-573e57a8b323d9e5455ed30a4bf11b4cb265f59d.zip
[Backport 6.1] update doc building Docker container to Python3 for Sphinx 2.0 support (#1476)
[Backport 6.1] update doc building Docker container to Python3 for Sphinx 2.0 support
Diffstat (limited to 'docs/source')
-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',