From 97bbe01c9aba5192dc15ad1065ffaaf4468e0310 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 14 Oct 2015 15:33:32 +0200 Subject: [PATCH] rub off a non-difference --- doc/sphinx/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 8019dd1b..a8a816f4 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -40,8 +40,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'NEPI' -copyright = u'2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino' +project = 'NEPI' +copyright = '2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -183,8 +183,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', 'NEPI.tex', u'NEPI Documentation', - u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 'manual'), + ('index', 'NEPI.tex', 'NEPI Documentation', + 'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -213,8 +213,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'NEPI', u'NEPI Documentation', - [u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'], 1) + ('index', 'NEPI', 'NEPI Documentation', + ['Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino'], 1) ] # If true, show URL addresses after external links. @@ -227,8 +227,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'NEPI', u'NEPI Documentation', - u'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', + ('index', 'NEPI', 'NEPI Documentation', + 'Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino', 'NEPI', 'The network experimentation programming interface', 'Miscellaneous'), ] -- 2.43.0