Ofek Lev
Ofek Lev
Sure I'm fine with waiting sorry to bother! Although, outside of titles is there any way to change front matter via a hook?
> I suppose an additional config option could be added which basically causes nav titles to be ignored. But then why is the user defining them? Please see the pictures...
> In some pages of mine, I have the opposite case of @ofek's: Markdown title is short, nav title is longer and more descriptive, so I want the nav title...
`hatch env docs` isn't a command
Could do https://github.com/repo-helper/hatch-requirements-txt + https://hatch.pypa.io/latest/config/environment/overview/#features
You could forget the first part then and do https://hatch.pypa.io/latest/cli/reference/#hatch-dep-show-requirements
Right I'm saying you could make those a feature, which might be more of a thing soon https://discuss.python.org/t/adding-a-non-metadata-installer-only-dev-dependencies-table-to-pyproject-toml/20106/45
> show dependencies of the 'docs' env Please open a FR
Definitely agree, this is fundamental to allow a single UV installation to be used as a real standalone binary!
> [pip](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-prefix) uses `--prefix` and `--python` (I think the difference relates to which Python pip should be run with, which doesn't matter to uv). A few things: 1. The `--python`...