aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-11 12:45:15 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-05-11 12:45:15 +0300
commit9f7cba9b3dae50da443356740def20233b53431c (patch)
tree78c0adcbe0466b1a31223a3d0fccd8600c61285f
parent84d21ded4c270deebad88a61ef78356fa6e075ba (diff)
downloadexternal_python_mako-9f7cba9b3dae50da443356740def20233b53431c.tar.gz
external_python_mako-9f7cba9b3dae50da443356740def20233b53431c.tar.bz2
external_python_mako-9f7cba9b3dae50da443356740def20233b53431c.zip
Python 3.6 syntax fixes
-rw-r--r--doc/build/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 807782b..605af5a 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -208,8 +208,8 @@ htmlhelp_basename = 'Makodoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'mako_%s.tex' % release.replace('.', '_'), ur'Mako Documentation',
- ur'Mike Bayer', 'manual'),
+ ('index', 'mako_%s.tex' % release.replace('.', '_'), u'Mako Documentation',
+ u'Mike Bayer', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of