From 20ff08a11a82798d149596eaa0898fe7743c5cd2 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 15 May 2019 16:06:22 -0500 Subject: \u is a python3 thing --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') 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', -- cgit v1.2.3