diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 15:11:01 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 15:11:01 -0500 |
| commit | 1f98cb2880de5d716933ada52604044cbe5b3cbc (patch) | |
| tree | 468d8b819af1ef8c90304ef65fba985b85487c1e /docs/conf.py | |
| parent | 48b0d2bfbd4aee6cc34ae6656d7c7033298f5ac0 (diff) | |
| parent | 1c5400fd8216c101b7d120e1b079e46add869ade (diff) | |
| download | python-setuptools-git-1f98cb2880de5d716933ada52604044cbe5b3cbc.tar.gz | |
Merged in vinay.sajip/setuptools/single-codebase (pull request #5)
Additional changes relating to single codebase support
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index d2e5276c..3fccd87f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,8 +40,8 @@ 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 @@ -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 |
