Home
last modified time | relevance | path

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

/linux/tools/docs/
H A Dsphinx-build-wrapper209 def __init__(self, builddir, venv=None, verbose=False, n_jobs=None, argument
212 self.venv = venv
276 if venv:
277 bin_dir = os.path.join(venv, "bin")
283 self.env["VIRTUAL_ENV"] = venv
885 builder = SphinxBuilder(builddir=args.builddir, venv=args.venv,
H A Dtest_doc_build.py507 venv = SphinxVenv()
508 await venv.run(args)
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst85 /usr/bin/python3 -m venv sphinx_latest
108 /usr/bin/python3 -m venv sphinx_latest
/linux/Documentation/doc-guide/
H A Dsphinx.rst144 a venv with it with, and install minimal requirements with::
146 /usr/bin/python3.9 -m venv sphinx_min
154 Such script create one Python venv per supported version,