Searched refs:venv (Results 1 – 5 of 5) 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 290 if venv: 291 bin_dir = os.path.join(venv, "bin") 297 self.env["VIRTUAL_ENV"] = venv 901 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,
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | sphinx.rst | 156 definita in Documentation/process/changes.rst, creando un venv con quella 159 /usr/bin/python3.9 -m venv sphinx_min 167 Questo script crea un venv Python per ogni versione supportata, generando
|