Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Poetry with Rye #843

Merged
merged 26 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a343967
feat: Replace Poetry with Rye
MichaelSasser Sep 29, 2024
1a97fb7
misc: switch from pyright to basedpyright
MichaelSasser Oct 1, 2024
b155aa8
misc: remove unused dependencies
MichaelSasser Oct 1, 2024
dfd36f4
misc: default to latest Python 3.12 version
MichaelSasser Oct 1, 2024
31a8504
misc: replace poetry based workflows with rye
MichaelSasser Oct 1, 2024
d383d74
feat(changelog): Replace towncrier to git-cliff (still needs CI and d…
MichaelSasser Oct 2, 2024
2a3801d
feat: make docs and changelog work with rye
MichaelSasser Oct 8, 2024
08e0665
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
05a08b0
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
de7097f
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
a90ac31
feat: Replace Poetry with Rye
MichaelSasser Sep 29, 2024
8ef85c3
misc: switch from pyright to basedpyright
MichaelSasser Oct 1, 2024
4fe3493
misc: remove unused dependencies
MichaelSasser Oct 1, 2024
42f3bf5
feat(changelog): Replace towncrier to git-cliff (still needs CI and d…
MichaelSasser Oct 2, 2024
d43823f
feat: make docs and changelog work with rye
MichaelSasser Oct 8, 2024
1860a47
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
8061fda
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
4df8c29
feat: add readthedocs support for rye
MichaelSasser Oct 8, 2024
8add9d5
misc(pyproject): remove unneeded commented out config
MichaelSasser Oct 8, 2024
235f6a5
Merge branch 'feature/replace-poetry-with-rye' of github.com:MichaelS…
MichaelSasser Oct 8, 2024
ee71328
fix(poetry): remove poetry lock
MichaelSasser Oct 8, 2024
c05bb8a
Merge branch 'develop' into feature/replace-poetry-with-rye
MichaelSasser Oct 8, 2024
6f24e04
Merge branch 'develop' into feature/replace-poetry-with-rye
MichaelSasser Oct 8, 2024
1a8ba80
fix(ci): use correct path when enabling the venv fro building the docs
MichaelSasser Oct 8, 2024
a234a30
fix(ci): run `rye test` instead of `poetry run pytest`
MichaelSasser Oct 8, 2024
271db2e
fix(ci): typo in release workflow regarding latest changelog file
MichaelSasser Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add readthedocs support for rye
MichaelSasser committed Oct 8, 2024
commit 05a08b0a8334d2a7da21d9c7b3243ffba55a2690
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -17,3 +17,4 @@ build:
# - uv venv
# - uv pip install .[docs]
- rye sync --all-features
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html