Do not clear `app.env`

This commit is contained in:
Takeshi KOMIYA 2017-03-08 23:34:04 +09:00
parent c7bec75bcd
commit 70a8c737c1

View File

@ -372,7 +372,6 @@ class Sphinx(object):
else:
self.emit('build-finished', None)
self.builder.cleanup()
self.env = None # clear environment
# ---- logging handling ----------------------------------------------------
def warn(self, message, location=None, prefix=None,