More diagnostics

This commit is contained in:
vitaut 2015-10-13 08:55:05 -07:00
parent 5bc908623c
commit bdbac0b78f

View File

@ -39,6 +39,7 @@ def build_docs():
pip_install('michaeljones/breathe',
'511b0887293e7c6b12310bb61b3659068f48f0f4')
print(check_output(['sphinx-build', '--version']))
print('PATH:', os.environ['PATH'])
# Build docs.
cmd = ['doxygen', '-']
p = Popen(cmd, stdin=PIPE)