Bug 914500 - Upgrade virtualenv to 1.10.1; r=mshal

This commit is contained in:
Gregory Szorc
2013-09-10 17:07:12 -07:00
parent 1fc5eec3e7
commit 6b6b8813b7
22 changed files with 845 additions and 1733 deletions

View File

@@ -11,10 +11,11 @@
# All configuration values have a default value; values that are commented out
# serve to show the default value.
import os
import sys
# If your extensions are in another directory, add it here.
#sys.path.append('some/directory')
sys.path.insert(0, os.path.abspath(os.pardir))
# General configuration
# ---------------------
@@ -28,14 +29,14 @@ extensions = ['sphinx.ext.autodoc']
#templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.txt'
source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
# General substitutions.
project = 'virtualenv'
copyright = '2007-2012, Ian Bicking, The Open Planning Project, The virtualenv developers'
copyright = '2007-2013, Ian Bicking, The Open Planning Project, The virtualenv developers'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.