diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8bbf4bea..3fccd87f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,17 +40,17 @@ source_suffix = '.txt' master_doc = 'index' # General information about the project. -project = u'Setuptools' -copyright = u'2009-2013, The fellowship of the packaging' +project = 'Setuptools' +copyright = '2009-2013, The fellowship of the packaging' # 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 = '0.7.8' +version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.7.8' +release = '0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -175,8 +175,8 @@ htmlhelp_basename = 'Setuptoolsdoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Setuptools.tex', ur'Setuptools Documentation', - ur'The fellowship of the packaging', 'manual'), + ('index', 'Setuptools.tex', 'Setuptools Documentation', + 'The fellowship of the packaging', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |