summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2014-07-05 01:39:13 +0900
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2014-07-05 01:39:13 +0900
commitc8e0a8759d8ea6584910cac0cddb30e04467e394 (patch)
treee140c38aa69ae616b07d4dc6517310540cf65c7c /sphinx/setup_command.py
parent6ab7a2cbec495f21d2da0d8b2777e03509b90ac2 (diff)
downloadsphinx-git-c8e0a8759d8ea6584910cac0cddb30e04467e394.tar.gz
Update documentation and `sphinx-build -N` option behavior for windows color console support. closes #1291.
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 8ed171136..0356073a6 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -138,7 +138,6 @@ class BuildDoc(Command):
def run(self):
if not color_terminal():
- # Windows' poor cmd box doesn't understand ANSI sequences
nocolor()
if not self.verbose:
status_stream = StringIO()