]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - docs/source/conf.py
python3: 2to3 changes
[mirror_ifupdown2.git] / docs / source / conf.py
index 01bc5cc1dc4b0169d5994eec726b8086e58684dd..a359cd1d1ce9643058986137ff7b2de97be0d2d3 100644 (file)
@@ -44,8 +44,8 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'ifupdown2'
-copyright = u'2014, Roopa Prabhu'
+project = 'ifupdown2'
+copyright = '2014, Roopa Prabhu'
 
 # 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 @@ latex_elements = {
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'ifupdown2.tex', u'ifupdown2 Documentation',
-   u'Roopa Prabhu', 'manual'),
+  ('index', 'ifupdown2.tex', 'ifupdown2 Documentation',
+   'Roopa Prabhu', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -217,8 +217,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'ifupdown2', u'ifupdown2 Documentation',
-     [u'Roopa Prabhu'], 1)
+    ('index', 'ifupdown2', 'ifupdown2 Documentation',
+     ['Roopa Prabhu'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -231,8 +231,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'ifupdown2', u'ifupdown2 Documentation',
-   u'Roopa Prabhu', 'ifupdown2', 'One line description of project.',
+  ('index', 'ifupdown2', 'ifupdown2 Documentation',
+   'Roopa Prabhu', 'ifupdown2', 'One line description of project.',
    'Miscellaneous'),
 ]