Remove unnecessary unicode and raw string prefix

(cherry picked from commit fc5dbc3016)
This commit is contained in:
Denis Kataev
2018-09-28 12:40:30 +05:00
committed by Mike Bayer
parent 43471e53b6
commit bdaf636077
+2 -2
View File
@@ -260,8 +260,8 @@ htmlhelp_basename = 'SQLAlchemydoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('contents', 'sqlalchemy_%s.tex' % release.replace('.', '_'), ur'SQLAlchemy Documentation',
ur'Mike Bayer', 'manual'),
('contents', 'sqlalchemy_%s.tex' % release.replace('.', '_'), 'SQLAlchemy Documentation',
'Mike Bayer', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of