mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix missing print statement.
This commit is contained in:
parent
60c75cd33c
commit
9cc47218b6
@ -144,7 +144,7 @@ class BuildDoc(Command):
|
||||
except Exception, err:
|
||||
from docutils.utils import SystemMessage
|
||||
if isinstance(err, SystemMessage):
|
||||
sys.stderr, darkred('reST markup error:')
|
||||
print >>sys.stderr, darkred('reST markup error:')
|
||||
print >>sys.stderr, err.args[0].encode('ascii',
|
||||
'backslashreplace')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user