docs/conf.py

changeset 168
9fed2446a59f
parent 132
dc48952c383d
--- a/docs/conf.py	Fri Nov 02 16:24:47 2018 +0200
+++ b/docs/conf.py	Wed Nov 28 22:27:28 2018 +0200
@@ -70,18 +70,18 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'Atmospheric lidar'
-copyright = u'2017, Ioannis Binietoglou, Victor Nicolae'
-author = u'Ioannis Binietoglou, Victor Nicolae'
+project = 'Atmospheric lidar'
+copyright = '2017, Ioannis Binietoglou, Victor Nicolae'
+author = 'Ioannis Binietoglou, Victor Nicolae'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = u'0.2.11'
+version = '0.2.11'
 # The full version, including alpha/beta/rc tags.
-release = u'0.2.11'
+release = '0.2.11'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -164,8 +164,8 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'Atmosphericlidar.tex', u'Atmospheric lidar Documentation',
-     u'Ioannis Binietoglou, Victor Nicolae', 'manual'),
+    (master_doc, 'Atmosphericlidar.tex', 'Atmospheric lidar Documentation',
+     'Ioannis Binietoglou, Victor Nicolae', 'manual'),
 ]
 
 
@@ -174,7 +174,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'atmosphericlidar', u'Atmospheric lidar Documentation',
+    (master_doc, 'atmosphericlidar', 'Atmospheric lidar Documentation',
      [author], 1)
 ]
 
@@ -185,7 +185,7 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'Atmosphericlidar', u'Atmospheric lidar Documentation',
+    (master_doc, 'Atmosphericlidar', 'Atmospheric lidar Documentation',
      author, 'Atmosphericlidar', 'One line description of project.',
      'Miscellaneous'),
 ]

mercurial