summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index c23f22228..0c49b0e89 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -165,6 +165,7 @@ class BuildDoc(Command):
if self.copyright:
confoverrides['copyright'] = self.copyright
+ app = None
try:
with docutils_namespace():
app = Sphinx(self.source_dir, self.config_dir,