Change to use Pixi for package & environment management#74
Merged
douglatornell merged 10 commits intomainfrom Jan 14, 2026
Merged
Change to use Pixi for package & environment management#74douglatornell merged 10 commits intomainfrom
douglatornell merged 10 commits intomainfrom
Conversation
Imported `environment-rtd.yaml` as default environment. Added `commonmark`, `recommonmark`, and `readthedocs-sphinx-ext` as PyPI dependencies for building on readthedocs. Added pixi settings to `pixi.toml` for dependencies, and workspace specifications. Configured `.gitattributes` for pixi lock files and updated `.gitignore` to exclude pixi directories while allowing the configuration file.
- Switched to Pixi-based environment creation and installation. - Updated build processes to leverage Pixi tasks for building docs. - Changed Python version to "latest".
Dropped the environment file as it is no longer required. It has been replaced by a Pixi-customized build process in `.readthedocs.yaml`.
* Added task to update `requirements.txt` via `pip list` The `requirements.txt` file is retained so that we will continue to get security update notifications and PRs from dependabot. It will be dropped when dependabot adds support for the `pixi.lock` file.
Added a shield.io Pixi badge to the README. The the latest Pixi version and improves visibility of the Pixi integration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pixi.tomlenvironment-rtd.yamlto provide dependencies for default environmentcommonmark,recommonmark&readthedocs-sphinx-extas PyPI dependencies for builds on readthedocscheck-tomlhook to pre-commit configurationsphinx linkcheck.pixi/from directories in which Sphinx looks for source filessphinx-linkcheckworkflow to use reusable Pixi workflow.readthedocs.yamlto use customized build process for Pixi from readthedocs build config docsenvs/environment-rtd.yamlbecause it is no longer neededrequirements.txtviapip listThe
requirements.txtfile is retained so that we will continue to get security update notifications and PRs from dependabot. It will be dropped when dependabot adds support for thepixi.lockfile.