1- # -*- coding: utf-8 -*-
21#
32# Tin Can Python documentation build configuration file, created by
43# sphinx-quickstart on Tue Jun 10 12:52:27 2014.
@@ -57,8 +56,8 @@ def setup(app):
5756master_doc = 'index'
5857
5958# General information about the project.
60- project = u 'Tin Can Python'
61- copyright = u '2014, Rustici Software'
59+ project = 'Tin Can Python'
60+ copyright = '2014, Rustici Software'
6261
6362# The version info for the project you're documenting, acts as replacement for
6463# |version| and |release|, also used in various other places throughout the
@@ -209,8 +208,8 @@ def setup(app):
209208# (source start file, target name, title,
210209# author, documentclass [howto, manual, or own class]).
211210latex_documents = [
212- ('index' , 'TinCanPython.tex' , u 'Tin Can Python Documentation' ,
213- u 'Rustici Software' , 'manual' ),
211+ ('index' , 'TinCanPython.tex' , 'Tin Can Python Documentation' ,
212+ 'Rustici Software' , 'manual' ),
214213]
215214
216215# The name of an image file (relative to this directory) to place at the top of
@@ -239,8 +238,8 @@ def setup(app):
239238# One entry per manual page. List of tuples
240239# (source start file, name, description, authors, manual section).
241240man_pages = [
242- ('index' , 'tincanpython' , u 'Tin Can Python Documentation' ,
243- [u 'Rustici Software' ], 1 )
241+ ('index' , 'tincanpython' , 'Tin Can Python Documentation' ,
242+ ['Rustici Software' ], 1 )
244243]
245244
246245# If true, show URL addresses after external links.
@@ -253,8 +252,8 @@ def setup(app):
253252# (source start file, target name, title, author,
254253# dir menu entry, description, category)
255254texinfo_documents = [
256- ('index' , 'TinCanPython' , u 'Tin Can Python Documentation' ,
257- u 'Rustici Software' , 'TinCanPython' ,
255+ ('index' , 'TinCanPython' , 'Tin Can Python Documentation' ,
256+ 'Rustici Software' , 'TinCanPython' ,
258257 'One line description of project.' , 'Miscellaneous' ),
259258]
260259
0 commit comments