mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Actually make the change advertised in rev 40d4dae1df70.
This commit is contained in:
parent
7f113ec83f
commit
8356f88608
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user