Takeshi KOMIYA

Results 181 comments of Takeshi KOMIYA

My PR only changes the behavior of GenericAliases. It does not change the behavior of decorators. I don't know what is happened on your document. So please let me know...

Unfortunately, doctest extension is not maintained. So there is no chance to add a new option. I hope somebody will try this feature request in the future.

Note: In HTML output, they are rendered as following: ``` (1)¶\[E = mc^2\] ``` ``` \[E = mc^2\] ``` In HTML case, `:ref:` role can't refer equation having `:name:` option...

About `:labels:` idea, I feel it is pretty good. But it might be hard in HTML output. I think LaTeX output is not so difficult. If you really want it,...

I think a title of reference and an index entry should be bare "Term1".

I'm not good at napoleon, but it seems napoleon depends on some autodoc events: https://github.com/sphinx-doc/sphinx/blob/1.6.5/sphinx/ext/napoleon/__init__.py#L297 So I think autodoc is necessary for napoleon.

I guess you want to write google or numpy style docs in `py:*` directive, right? AFAIK, napoleon extension only behaves as an extension for autodoc. So it can't process these...

>Can this be found anywhere in the current docs for sphinx? It is described in autodoc extension's document: https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#directive-autofunction

I don't have good idea to let developers know the deprecation. But info or message warnings on build would not help it, I think. So it would be better to...

Where can I see the content of`interwiki_graph`? I'd like to see your source and try to reproduce this. I can't understand how to do it. Please let me know the...