aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:20:57 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-03-01 12:20:57 -0500
commit890c8b348838b24d9eaa1725dcf858021f54d88d (patch)
tree19dbaebcf6d81e6143c4bfee18282d47b6920ad5 /docs/conf.py
parent4a2bb4b699ab4e37663a216501b1ff1f6bef0ccd (diff)
downloadexternal_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.tar.gz
external_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.tar.bz2
external_python_setuptools-890c8b348838b24d9eaa1725dcf858021f54d88d.zip
Updated documentation to reflect merged target name, only keeping legacy references to Distribute.
--HG-- branch : Setuptools-Distribute merge extra : source : 7c68dd2a22cf2dc0ad77f1cca857736586aa5753
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 586e3fe6..4f878f64 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Distribute documentation build configuration file, created by
+# Setuptools documentation build configuration file, created by
# sphinx-quickstart on Fri Jul 17 14:22:37 2009.
#
# This file is execfile()d with the current directory set to its containing dir.
@@ -40,8 +40,8 @@ source_suffix = '.txt'
master_doc = 'index'
# General information about the project.
-project = u'Distribute'
-copyright = u'2009-2011, The fellowship of the packaging'
+project = u'Setuptools'
+copyright = u'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
@@ -106,10 +106,10 @@ html_theme_path = ['_theme']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-html_title = "Distribute documentation"
+html_title = "Setuptools documentation"
# A shorter title for the navigation bar. Default is the same as html_title.
-html_short_title = "Distribute"
+html_short_title = "Setuptools"
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
@@ -161,7 +161,7 @@ html_use_index = False
#html_file_suffix = ''
# Output file base name for HTML help builder.
-htmlhelp_basename = 'Distributedoc'
+htmlhelp_basename = 'Setuptoolsdoc'
# -- Options for LaTeX output --------------------------------------------------
@@ -175,7 +175,7 @@ htmlhelp_basename = 'Distributedoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'Distribute.tex', ur'Distribute Documentation',
+ ('index', 'Setuptools.tex', ur'Setuptools Documentation',
ur'The fellowship of the packaging', 'manual'),
]