Ofek Lev
Ofek Lev
Great work! Do you have a link to your other PR for the progress bar change?
> Personally, I think we should bite the bullet. With things like nogil support starting to become a real issue, I think we're just going to make things worse if...
> Is it possible to replicate tox behaviour and pass additional arguments `args` https://hatch.pypa.io/latest/config/environment/advanced/ > How can I change (override?) the commands for building documentation for Windows/MacOS https://hatch.pypa.io/latest/config/environment/advanced/#platform-overrides Non-platform example...
Hatchling maintainer here! I can do a few: - Supports static analysis tools for editable installations by default whereas the new setuptools [does not](https://github.com/microsoft/pylance-release/issues/3407) i.e. it requires enabling an option...
Hatchling does support custom build hooks so one could still perform the logic of building the extension modules
The next minor release of Hatch will have an option to use that behind the scenes in place of pip and virtualenv.
> I think he's saying that if the target link is `foo/bar.html#broken` then linkchecker will report that as broken, but if the target link looks like `foo/bar/#broken` then linkchecker will...
> Sphinx would be able to pickup internal link problems at build time. I haven't used mkdocs - there is a strict option - does that do it? Yes
Works for me: ``` ❯ hatch run docs:build INFO - Cleaning site directory INFO - Building documentation to directory: C:\Users\ofek\Desktop\code\hatch\site WARNING - Documentation file 'build.md' contains a link to 'config/foo-build.md'...