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
ab5e0632fe
commit
98639d0f6f
@ -97,7 +97,7 @@ def build_docs(version='dev', **kwargs):
|
|||||||
'-Aversion=' + version, '-Aversions=' + ','.join(main_versions),
|
'-Aversion=' + version, '-Aversions=' + ','.join(main_versions),
|
||||||
'-b', 'html', doc_dir, html_dir])
|
'-b', 'html', doc_dir, html_dir])
|
||||||
try:
|
try:
|
||||||
cmd = ['lessc', '--clean-css',
|
cmd = ['lessc', '--verbose', '--clean-css',
|
||||||
'--include-path=' + os.path.join(doc_dir, 'bootstrap'),
|
'--include-path=' + os.path.join(doc_dir, 'bootstrap'),
|
||||||
os.path.join(doc_dir, 'fmt.less'),
|
os.path.join(doc_dir, 'fmt.less'),
|
||||||
os.path.join(html_dir, '_static', 'fmt.css')]
|
os.path.join(html_dir, '_static', 'fmt.css')]
|
||||||
|
Loading…
Reference in New Issue
Block a user