Home
last modified time | relevance | path

Searched refs:inkscape_cmd (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/Documentation/sphinx/
H A Dkfigure.py122 inkscape_cmd = None variable
174 global inkscape_cmd, inkscape_ver_one # pylint: disable=W0603
180 inkscape_cmd = which('inkscape')
198 if inkscape_cmd:
199 logger.verbose("use inkscape(1) from: " + inkscape_cmd)
200 inkscape_ver = subprocess.check_output([inkscape_cmd, '--version'],
295 if not inkscape_cmd and convert_cmd is None:
378 if inkscape_cmd:
381 cmd = [inkscape_cmd, '-o', pdf_fname, svg_fname]
383 cmd = [inkscape_cmd, '-z', '--export-pdf=%s' % pdf_fname, svg_fname]