Takeshi KOMIYA

Results 181 comments of Takeshi KOMIYA

+0 for changing the behavior. But we have to consider how to keep the compatibility of this behavior because this bug was implemented as its beginning.

Yes. As you quoted, Sphinx processes all `.rst` files under the source directory. So the warnings are correct to me. What do you expect?

At present, Sphinx scans the target documents from the source directory by file extensions. After that, it reads them all. To prevent warnings (or skip processing), we need to know...

It seems the document of the enum subclasses has been changed since 3.11. And it's invalid. ``` $ python3.10 Python 3.10.3 (main, Apr 6 2022, 11:26:01) [Clang 11.0.3 (clang-1103.0.32.62)] on...

PR is welcome. Please use `add_config_value()` to add a new configuration variable.

@mgeier Could you check this please?

It seems both `service1` and `service2` have `routines` package. Is it possible to import it from python interpreter? Could you check it before using Sphinx?

Could you share an example? I'd like to reproduce the error on my local.

Thank you for your proposal. I understand your concern and agree with you. +1 for improving Sphinx to debug it on IDE. But I don't still understand your proposal. Could...

I don't have knowledge of modern HTML. So I'm not sure which option is better. But +1 for improvement if somebody will help us. >At some point we should also...