Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/
H A Dcall-sphinx-build.py21 sphinx_cmd = [sphinx] + extra_args variable
23 sphinx_cmd += ['-j', 'auto']
32 process = run(sphinx_cmd + ['-b', 'html', src, join(dst, 'html')],