-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for Sphinx 8.2 #410
Conversation
0d08095
to
b10a8c6
Compare
Wow, |
0f45af1
to
f5998d4
Compare
This also changes the CI to use uv. Fixes #409.
I recently also came across BTW, I've been using another tool written in rust to manage what node version I'm using for different projects: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #410 +/- ##
==========================================
- Coverage 82.12% 81.91% -0.22%
==========================================
Files 68 69 +1
Lines 8678 8781 +103
==========================================
+ Hits 7127 7193 +66
- Misses 1551 1588 +37 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Brendan <[email protected]>
I hadn't heard of pixi --- but from a quick look it seems to have a lot of nice features. I see that it is conda-oriented but actually uses uv under the hood, at least for pypi dependencies. Since we are publishing to pypi rather than conda I think uv is the right choice here, though.
Yes, I've also been using that, much faster than nvm. |
CI passes now. |
This also changes the CI to use uv.