junrushao opened a new pull request, #34: URL: https://github.com/apache/tvm-ffi/pull/34
On `main`, doc building is managed by a relatively ad-hoc `requirements.txt`-based workflow which could be a little bit less convenient to control in CI. This PR introduces a modern uv-based flow that makes the entire process one-liner: ``` uv run --extra docs make -C docs livehtml ``` Later we could introduce uv lockfiles which updates regularly, as well as CI options that monitor doc changes, etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
