mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-11 21:38:05 +00:00
Add more diagnostics
This commit is contained in:
parent
08bcf61fb2
commit
6dae7f3ba6
@ -40,6 +40,7 @@ def build_docs():
|
|||||||
'511b0887293e7c6b12310bb61b3659068f48f0f4')
|
'511b0887293e7c6b12310bb61b3659068f48f0f4')
|
||||||
print(check_output(['sphinx-build', '--version']))
|
print(check_output(['sphinx-build', '--version']))
|
||||||
print('PATH:', os.environ['PATH'])
|
print('PATH:', os.environ['PATH'])
|
||||||
|
print(check_output(['which', 'sphinx-build']))
|
||||||
# Build docs.
|
# Build docs.
|
||||||
cmd = ['doxygen', '-']
|
cmd = ['doxygen', '-']
|
||||||
p = Popen(cmd, stdin=PIPE)
|
p = Popen(cmd, stdin=PIPE)
|
||||||
|
Loading…
Reference in New Issue
Block a user