Add more diagnostics

This commit is contained in:
vitaut 2015-10-14 06:39:07 -07:00
parent 08bcf61fb2
commit 6dae7f3ba6

View File

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