Takeshi KOMIYA

Results 181 comments of Takeshi KOMIYA

The goal of this issue is "Makefile-less sphinx project". So I agreed for @AstroMatt 's idea basically. But we need to discuss about some points. >Stop generating Makefile for new...

>Perhaps for the new, unified sphinx init command, we could default generation of a Makefile to False but leave it as True for the old sphinx-quickstart command? +1!

Could you try `-W` option, please?

If you'd like to see the all of warnings (like CI), please use `-W --keep-going`. Then you'll see all warnings and errors, and will get the non-zero return code.

What is .pyi file? Is it standardly used?

Thank you for description. I understand. I know stub files for mypy (typeshed). But I've never know PyCharm using it as external type hinting. https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html#pep484 +0 for this for following...

I feel your case is not usual. So I can't determine to add this feature to sphinx-core. As a workaround, you can override `import_module()` function like following: ``` # in...

@shimizukawa any comments?

@shimizukawa Thank you for comment. @alliefitter I markded this as "wontfix". I think there are no proper way. But we can hack it with workaround. So please use it for...