Skip to content

Commit eecda3a

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update pixi official documentation
1 parent 3eb375f commit eecda3a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/assets/pixi/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "prefix-dev/pixi",
33
"docs_path": "docs",
4-
"updated_at": "2025-11-11T22:06:07Z",
5-
"commit_sha": "d9eb0bb8206e4a5cb3868476044bf3c5571aac3f"
4+
"updated_at": "2025-11-18T22:05:48Z",
5+
"commit_sha": "4aa99b2f59bb07b24c51a24909a99064f6c6ad75"
66
}

src/assets/pixi/misc/Community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ Masked versions of Python array API standard compatible arrays.
6565
- [xsf](https://github.com/scipy/xsf): Special function implementations.
6666
- [pyfixest](https://github.com/py-econometrics/pyfixest): Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax.
6767
- [geovista](https://github.com/bjlittle/geovista): Cartographic rendering and mesh analytics powered by [PyVista](https://github.com/pyvista/pyvista) 🌍
68+
- [SciPy](https://github.com/scipy/scipy): Fundamental algorithms for scientific computing in Python.

src/assets/pixi/reference/cli/pixi/build.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pixi build [OPTIONS]
2525
: The directory to use for incremental builds artifacts
2626
- <a id="arg---clean" href="#arg---clean">`--clean (-c)`</a>
2727
: Whether to clean the build directory before building
28+
- <a id="arg---path" href="#arg---path">`--path <PATH>`</a>
29+
: The path to a directory containing a package manifest, or to a specific manifest file
2830

2931
## Config Options
3032
- <a id="arg---auth-file" href="#arg---auth-file">`--auth-file <AUTH_FILE>`</a>
@@ -58,8 +60,4 @@ pixi build [OPTIONS]
5860
- <a id="arg---as-is" href="#arg---as-is">`--as-is`</a>
5961
: Shorthand for the combination of --no-install and --frozen
6062

61-
## Global Options
62-
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path <MANIFEST_PATH>`</a>
63-
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
64-
6563
--8<-- "docs/reference/cli/pixi/build_extender:example"

0 commit comments

Comments
 (0)