Conversation
|
To be ported to the |
|
why do you want to add the |
For this repo is not very interesting indeed, I can remove it if you prefer. |
if you delete |
Right, however we can decide if it is really needed for this case. Normally you want a lock file when you need to install in your env the same exact dependencies. For the doc, is it not that crucial, and I doubt that locally people will update it when committing the new change. |
| "mkdocs>=1.6.1", | ||
| "mkdocs-glightbox>=0.5.2", | ||
| "mkdocs-material>=9.6.22", | ||
| ] |
There was a problem hiding this comment.
It seemed strange to me to need a pyproject.toml at first (I am used to uv run --no-project ... and this isn't really a package), but if we do want to use uv sync and skip the step of manually creating a virtualenv, it makes sense.
(we'll see about that python version in the future hahaha)
|
When running this, I get these messages: I assume this is intentional and not related to the migration to uv. |
|
I don't think it's intentional but it is not related to uv :). Just a link to fix in that page. |
No description provided.