Skip to content

Commit 5b66659

Browse files
authored
Remove py-tasks feature from py-docs env (#7835)
### What Fixes task ambiguity on the `py-build` task: ``` ➜ pixi run py-build ? The task 'py-build' can be run in multiple environments. Please select an environment to run the task in: › ❯ py py-docs ``` ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7835?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7835?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7835) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
1 parent e568694 commit 5b66659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ default = ["base", "wheel-build"]
5555
py = ["base", "wheel-build", "python-dev", "python-tasks", "py-test-deps"]
5656

5757
# The py-docs environment is for building docs for the python package.
58-
py-docs = ["base", "python-docs", "python-tasks"]
58+
py-docs = ["base", "python-docs"]
5959

6060
# The cpp environment is for building any code that depends on the C++ `rerun-sdk`.
6161
cpp = ["base", "cpp"]

0 commit comments

Comments
 (0)