mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Debug doc build
This commit is contained in:
@ -103,6 +103,8 @@ def build_docs(version='dev', **kwargs):
|
|||||||
os.path.join(html_dir, '_static', 'fmt.css')]
|
os.path.join(html_dir, '_static', 'fmt.css')]
|
||||||
print("Running {}".format(cmd))
|
print("Running {}".format(cmd))
|
||||||
check_call(cmd)
|
check_call(cmd)
|
||||||
|
sys.stdout.flush()
|
||||||
|
check_call(['ls', '-R', os.path.join(html_dir, '_static')])
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
if e.errno != errno.ENOENT:
|
if e.errno != errno.ENOENT:
|
||||||
raise
|
raise
|
||||||
|
Reference in New Issue
Block a user