From 57f49749e623b4b052dad01180d49cd1b8006558 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 15 Jan 2016 10:33:27 +0000 Subject: initial 2to3 compat changes --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 5f3056c..c1d6dc7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,8 +47,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'vmdebootstrap' -copyright = u'2015 Neil Williams' +project = 'vmdebootstrap' +copyright = '2015 Neil Williams' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -187,8 +187,8 @@ htmlhelp_basename = 'vmdebootstrapdocs' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'vmdebootstrap.tex', u'vmdebootstrap', - u'Neil Williams', 'manual'), + ('index', 'vmdebootstrap.tex', 'vmdebootstrap', + 'Neil Williams', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.2.1