summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-17 22:59:08 +0100
committerGeorg Brandl <georg@python.org>2010-11-17 22:59:08 +0100
commit368840db262ff37370d7d371772bb27636b88926 (patch)
treebb6799ff90f76699104a130c67ec95139f7c1a00 /sphinx/setup_command.py
parent1f392987c97fc7fecfe934d0fe2d40334fed5435 (diff)
parenteba5ae5c679422bea0f38ebcf467929400820a37 (diff)
downloadsphinx-368840db262ff37370d7d371772bb27636b88926.tar.gz
merge with 1.0
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 5fe34f18..ffe17417 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -111,7 +111,6 @@ class BuildDoc(Command):
build = self.get_finalized_command('build')
self.build_dir = os.path.join(build.build_base, 'sphinx')
self.mkpath(self.build_dir)
- self.ensure_dirname('build_dir')
self.doctree_dir = os.path.join(self.build_dir, 'doctrees')
self.mkpath(self.doctree_dir)
self.builder_target_dir = os.path.join(self.build_dir, self.builder)