summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-17 23:16:27 +0000
committerMichael Bayer <classic@zzzcomputing.com>2017-05-17 23:16:27 +0000
commit26f89c9baeceed65b30baf14e74bad19408693b9 (patch)
tree78c0adcbe0466b1a31223a3d0fccd8600c61285f
parent84d21ded4c270deebad88a61ef78356fa6e075ba (diff)
parent9f7cba9b3dae50da443356740def20233b53431c (diff)
downloadmako-26f89c9baeceed65b30baf14e74bad19408693b9.tar.gz
Merged in scop/mako/py36syntax (pull request #23)
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