Lines Matching +full:python3 +full:- +full:docutils
1 #!/usr/bin/env python3
28 check_call(['python3', '-m', 'venv', venv_dir])
34 # See: https://github.com/sphinx-doc/sphinx/issues/9777
35 pip.install('docutils==0.17.1')
37 # See: https://github.com/sphinx-doc/sphinx/issues/10291
48 cmd = ['doxygen', '-']
86 '''.format(include_dir, doxyxml_dir).encode('UTF-8'))
87 out = out.decode('utf-8')
105 main_versions = reversed(versions[-3:])
106 check_call([os.path.join(work_dir, 'virtualenv', 'bin', 'sphinx-build'),
107 '-Dbreathe_projects.format=' + os.path.abspath(doxyxml_dir),
108 '-Dversion=' + version, '-Drelease=' + version,
109 '-Aversion=' + version, '-Aversions=' + ','.join(main_versions),
110 '-b', 'html', doc_dir, html_dir])
112 check_call(['lessc', '--verbose', '--clean-css',
113 '--include-path=' + os.path.join(doc_dir, 'bootstrap'),