summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-01-15 10:33:27 +0000
committerNeil Williams <codehelp@debian.org>2016-01-15 10:33:27 +0000
commit57f49749e623b4b052dad01180d49cd1b8006558 (patch)
tree6c7f7428cfa74d04bb4ae031102a6a83c1d4139b /doc
parente64e9719e01369a4761eb0112bec5790010d3735 (diff)
downloadvmdebootstrap-57f49749e623b4b052dad01180d49cd1b8006558.tar.gz
initial 2to3 compat changes
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py8
1 files changed, 4 insertions, 4 deletions
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