Manuel Kaufmann
Manuel Kaufmann
Hi @cthoyt, thanks for opening this issue. I don't think we will support this soon since it requires a lot of extra work from our side and we are focusing...
Thanks for sharing these examples. I think the only actionable could be to write these examples in our documentation at https://docs.readthedocs.io/en/latest/build-customization.html
Well, yes, but that example doesn't mention/use dependency groups.
@stevepiercy I'm a little confused with your example and I'm not sure I follow it completely. Is it using "dependency groups"? I understand it doesn't, right? We already have an...
> I found this issue when looking for a way to use _pull request previews_ with uv, not build the _published docs_. Why you would have different build processes? That...
@astrojuanlu that's because you have a [`.tool-versions` in your repository](https://github.com/astrojuanlu/kedro-databricks/blob/main/.tool-versions#L3) that wants uv `0.5.21`, but you are installing the latest version `0.7.13` on Read the Docs
@agronholm we don't plan to add new configs to our YAML file currently for this. The `build.jobs.*` config keys should be enough to support this use case as discussed in...
@agronholm yeah, that's the way to use dependency groups 👍🏼 There are multiple ways of installing a package in Python and even with pip itself. Originally, we only supported pip...
I'm going to close this issue since we already have an example for this in our documentation at https://docs.readthedocs.com/platform/latest/build-customization.html#install-dependencies-from-dependency-groups Thanks you all for the feedback and examples you have shared...
> Require something in the default branch field I would start here since it's the easiest step but also the most clear. Defining a branch _is required_ for the project...