Debug doc build

This commit is contained in:
Victor Zverovich 2020-11-07 08:54:58 -08:00
parent b123129f4e
commit ab5e0632fe

View File

@ -103,6 +103,8 @@ def build_docs(version='dev', **kwargs):
os.path.join(html_dir, '_static', 'fmt.css')]
print("Running {}".format(cmd))
check_call(cmd)
sys.stdout.flush()
check_call(['ls', '-R', os.path.join(html_dir, '_static')])
except OSError as e:
if e.errno != errno.ENOENT:
raise