mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Windows color console support. update for pull request #252.
This commit is contained in:
@@ -49,6 +49,9 @@ requires = [
|
||||
'six', 'Jinja2>=2.3', 'Pygments>=1.2', 'docutils>=0.10', 'snowballstemmer>=1.1'
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
requires.append('colorama')
|
||||
|
||||
# Provide a "compile_catalog" command that also creates the translated
|
||||
# JavaScript files if Babel is available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user