Actually make the change advertised in rev 40d4dae1df70.

This commit is contained in:
Georg Brandl 2011-01-08 10:06:42 +01:00
parent 7f113ec83f
commit 8356f88608

View File

@ -136,10 +136,7 @@ class BuildDoc(Command):
freshenv=self.fresh_env)
try:
if self.all_files:
app.builder.build_all()
else:
app.builder.build_update()
app.build(force_all=self.all_files)
except Exception, err:
from docutils.utils import SystemMessage
if isinstance(err, SystemMessage):