Takeshi KOMIYA

Results 181 comments of Takeshi KOMIYA

With this patch, many warnings/infos for the Steep project are suppressed on my VSCode. Before: After: Some warnings are still shown. But it must be helpful to typing gradually :-)...

I feel changing `boolish` as an alias for `untyped` is not a good idea. Because the main usage of the `boolish` type is a condition clause. No methods except `!`...

It seems babel library adds the "python-format" flag when reading the message catalog from a pot file. I'm not sure what is happened inside babel... ``` $ python Python 3.7.12...

Thank you for the pointer. >In the meantime, would it make sense for sphinx-intl to filter out all python-format flags? Sounds good. Could you make a pull request, please? Then,...

The release cycle of Sphinx is every other month. So it will be released in Feb (maybe mid of Feb).

As a quick hack, I made a simple extension to resolve this: https://gist.github.com/25bd52887adea5314fe15f1e3afc0949 (it works only with Sphinx-1.5) This extension assigns numbers to each sections with following rule: * treat...

My extension considers first level sections as parts and second level ones as chapters. I believe this document structure is useful for LaTeX output. With `latex_toplevel_sectioning = 'part'`, LaTeX builder...

I made example for my extension. Could you check this please? [3357.tar.gz](https://github.com/sphinx-doc/sphinx/files/746954/3357.tar.gz)

As I said above, I feel my extension is too adhoc. So I would not like to add it to sphinx-core.

Note: https://github.com/sphinx-doc/sphinx/pull/9955 (suggestion of black)