Simon Conseil
Simon Conseil
I think WebP is also supported by `` ? `` would be interesting if sigal could generate multiple sizes / formats but that's not the case currently.
Something like this would be very useful indeed! I would prefer to avoid dependency on external tools though, and I think there is a pretty good Python alternative: https://github.com/letmaik/rawpy rawpy...
Not ideal but you should just use the name of the generated thumbnail, ie. `Untitled.jpeg`.
I am almost convinced about removing this manual minification for all themes, and doing this in a plugin. On issue for concatenation will be to know which files to concatenate,...
So it seems we should somehow generate the autodoc templates using `:canonical:` for the classes etc. that are duplicated: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-option-py-class-canonical (But I have no idea how to do that)
The method you pointed @maxnoe (`get_canonical_fullname`) is correctly executed. But then it goes through https://github.com/sphinx-doc/sphinx/blob/b4276edd848d112b4e981011c334d27cbcb20018/sphinx/domains/python.py#L1218-L1237 which triggers the warning. If I take your reproduction project (very useful btw !), the...
See https://github.com/sphinx-doc/sphinx/issues/10348#issuecomment-1100513041= for a very helpful and detailed description of the problem and the different options. Maybe we could add an option in automodapi to add `:noindex:` when necessary ?
Wasn't easy but I managed to add a test :) Who wants to review ?
Oh, of course tests fail... maybe for old sphinx versions though
All green now :)