Skip to content
Snippets Groups Projects
Commit 31f9d56b authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Don't colour the console output.

If the colorama package is available then Sphinx colorizes the console
output. This doesn't play well with MantidPlot and hides the output
when running with -xq.
parent b79a2406
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ def main(sysarg):
output_dir = pathjoin(SPHINX_BUILD_DIR, BUILDER)
doctree_dir = pathjoin(SPHINX_BUILD_DIR, "doctrees")
argv = [sys.executable,
"-N",
"-b", BUILDER,
"-d", doctree_dir,
"-c", CONF_DIR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment