Searched refs:venv (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 209 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 D | test_doc_build.py | 507 venv = SphinxVenv() 508 await venv.run(args)
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | how-to.rst | 85 /usr/bin/python3 -m venv sphinx_latest 108 /usr/bin/python3 -m venv sphinx_latest
|
| /linux/Documentation/doc-guide/ |
| H A D | sphinx.rst | 144 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,
|