diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-20 11:09:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-20 11:09:07 +0200 |
| commit | 573e57a8b323d9e5455ed30a4bf11b4cb265f59d (patch) | |
| tree | 194110f75ed51a5dff0a0bef84cfc3bc47e26d14 /docs/source | |
| parent | 4212384c50f85aba6a3ae70d649047576fc1e0cc (diff) | |
| parent | 602c629481ee43fed1d8856c37048bd63b59744e (diff) | |
| download | PROJ-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.py | 2 |
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', |
