diff options
-rw-r--r-- | doc/build/Makefile | 2 | ||||
-rw-r--r-- | doc/build/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/Makefile b/doc/build/Makefile index 4de8f98b6..cd39b7288 100644 --- a/doc/build/Makefile +++ b/doc/build/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -v SPHINXBUILD = sphinx-build PAPER = BUILDDIR = output diff --git a/doc/build/conf.py b/doc/build/conf.py index 8530c1ef8..24e235a32 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -19,7 +19,7 @@ def force_install_reqs(): import logging log = logging.getLogger("pip") - handler = logging.StreamHandler(sys.stdout) + handler = logging.StreamHandler(sys.stderr) handler.setFormatter(logging.Formatter("[pip] %(message)s")) log.addHandler(handler) log.setLevel(logging.INFO) |