- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cwd (0.01 sec)
-
scripts/docs.py
args = ["mkdocs", "serve", "--dev-addr", "127.0.0.1:8008"] if dirty: args.append("--dirty") subprocess.run( args, env={**os.environ, "LINENUMS": "true"}, cwd=lang_path, check=True ) def get_updated_config_content() -> dict[str, Any]: config = get_en_config() languages = [{"en": "/"}] new_alternate: list[dict[str, str]] = []
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0)