Stef Smeets
Stef Smeets
Hi, I just wanted to chime in that I'm running into the same issue on debian testing ("bookworm"), `python-numpy` is not available but `python3-numpy` is.
Can anyone confirm that this is working for them? I still get the 'module could not be found' errors with my editable install on the latest version: - mkdocs: 1.5.2...
Thanks, this is with setuptools: 68.0.0, Python 3.11 I'm currently working on https://github.com/GEMDAT-repos/GEMDAT where I'm running into this issue.
Ah I see it only happens in the docs branch: `git checkout docs --`
Okay, looking at the implementation in https://github.com/mkdocstrings/griffe/commit/abc18f7b94cea7b7850bb9f14ebc4822beb1d27c, I figured out a fix in `pyproject.toml` This works: ```toml package-dir = {"gemdat" = "src/gemdat"} ``` The way we have it currently, does...
Yeah, I switched to the more conventional directory structure and all works as expected now. Thanks for your help debugging this!
Excellent feedback, thanks! I will also add the `paths: [src]` specification.
Yeah, I can have a go at this.
Hi @egpbos I added the workflow in the PR. I'm not sure if this fixes #221, because a user will still need to edit the workflow and add their gist...
The same can of course be easily achieved by running this tool locally rather than to rely on a CI to do this for you. This is my preferred way,...