mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Debug doc build
This commit is contained in:
parent
b123129f4e
commit
ab5e0632fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user