diff options
author | Georg Brandl <georg@python.org> | 2012-03-10 22:24:59 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-10 22:24:59 +0100 |
commit | 0c01c6e9a79f9e5eb6d230337430dcf3f110d2b8 (patch) | |
tree | 02cee27d5d4744d9c97a94e87badeb4a725944f4 /sphinx/setup_command.py | |
parent | c5513e960c564af2cf8de47b82e62907ec9668f6 (diff) | |
parent | d83e416ecf8199fd94aea6ca6844defcbbff7958 (diff) | |
download | sphinx-git-0c01c6e9a79f9e5eb6d230337430dcf3f110d2b8.tar.gz |
merge with stable
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index c001b58ca..2a8b2ed2c 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -127,7 +127,7 @@ class BuildDoc(Command): status_stream = sys.stdout confoverrides = {} if self.project: - confoverrides['project'] = self.project + confoverrides['project'] = self.project if self.version: confoverrides['version'] = self.version if self.release: |