You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use uv in make docs to be aligned with RTD builds (teemtee#4639)
When building docs for RTD, Github action uses `uv` and its lockfile.
Current `make docs` relies on `hatch`, and ends up with different Python
environment, which hits errors we don't observe in Github. Let's use the
same tooling for both so we can test things.
Pull Request Checklist
* [x] implement the feature
0 commit comments