Debug doc build

This commit is contained in:
Victor Zverovich 2020-11-07 09:04:07 -08:00
parent ab5e0632fe
commit 98639d0f6f

View File

@ -97,7 +97,7 @@ def build_docs(version='dev', **kwargs):
'-Aversion=' + version, '-Aversions=' + ','.join(main_versions),
'-b', 'html', doc_dir, html_dir])
try:
cmd = ['lessc', '--clean-css',
cmd = ['lessc', '--verbose', '--clean-css',
'--include-path=' + os.path.join(doc_dir, 'bootstrap'),
os.path.join(doc_dir, 'fmt.less'),
os.path.join(html_dir, '_static', 'fmt.css')]