ci: use native uv integration in RTD#150
Conversation
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
Merging this PR will improve performance by 14.17%
Performance Changes
Comparing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #150 +/- ##
=======================================
Coverage 88.29% 88.29%
=======================================
Files 3 3
Lines 94 94
=======================================
Hits 83 83
Misses 11 11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
Updates the Read the Docs build configuration to use RTD’s native uv integration for installing documentation dependencies, aligning the docs build with the repo’s uv.lock + dependency-groups setup.
Changes:
- Remove custom
build.jobs.installpip commands from RTD config. - Configure RTD to run
uv syncand install thedocsdependency group viapython.install. - Keep Sphinx configuration pointing at
docs/conf.py.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ref: https://about.readthedocs.com/blog/2026/04/uv-native-support/