summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-12 22:35:55 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-12 22:35:55 +0900
commit92a9c653f7230ce33df66549fe61cf64bb80559b (patch)
treee7efe0a5de75379a93762749b143889e1e672d22 /sphinx/setup_command.py
parentf0430f093a9dfaedc1d734b38dc9b4321c811d15 (diff)
parentb469f95e242056142c342ac1a32470dee852c29c (diff)
downloadsphinx-git-92a9c653f7230ce33df66549fe61cf64bb80559b.tar.gz
Merge branch 'stable'
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 f263f8df1..ca0cdd88a 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -174,6 +174,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,