Results 180 comments of Doug Hellmann

> * Ad `src`: I [see](https://packaging.python.org/en/latest/tutorials/packaging-projects/) that `src/` is now the recommended way and personally, I like it. (But wasn't it the package name few years ago?) It was. I...

The tests and doc build for the extension are working with with that version of Sphinx. There may be something unique about your project that is causing the issue. Can...

@MetRonnie @fmoessbauer I think this issue has to do with something in your documentation not being accounted for in the way the spelling plugin tries to look up the source...

I'm getting errors at the `pip install -e .` step due to needing to compile pygraphviz. The errors seem to be for incompatible pointer types. Can you reproduce the problem...

It sounds like that feature should be disabled by default until it's clear what alternatives might exist. I'm not likely to have time to do anything about that for a...

This fix is included in release 8.0.1.

Which version of enchant has the issue?

Thanks, @martinpopel. [The tool we're working with](https://github.com/python-wheel-build/fromager) automates builds from sdists, so I thought it was worth checking and I appreciate the quick response. We can do some work to...

Great, I'll be happy to help. Today is pretty full, but I should have time later this week to prepare a PR for you based on what I do in...

I think that dependency is only needed for building the documentation of this project. If you have time to prepare a PR here to add a separate set of extras...