Chris Sewell
Chris Sewell
@dependabot recreate
I think an option to this makes sense 👍 Happy to recieve PRs
Thanks for the feedback. Specifically in `-summary` you can prepend items by `~` to only show the last part (see https://sphinx-autodoc2.readthedocs.io/en/latest/summary.html) I'm surprised about the `hello.rst#Foo.Bar.Foo.Bar.Baz`, I don't think this...
All in the README 😉
Heya, Maybe not the complete solution, but this is improved in #40
Thanks! I'll try and have a look soonish at this
https://github.com/sphinx-extensions2/sphinx-autodoc2/blob/13933a5b25a780e03f227414d432420706962212/src/autodoc2/render/rst_.py#L58 😅
Heya, yep I think you need to provide the path to the actual package, not just the containing `src` folder, e.g.: ```python autodoc2_packages = [ "../src/my_package", ] ``` But for...
Note, annoyingly I can't see a trivial way to get the thumbnail, without using the Google API (and thus needing an API key: https://stackoverflow.com/questions/10628760/how-to-get-a-youtube-playlist-thumbnail. This does work, though. So then...
Note there was an issue opened on this `_` stripping, but its not very informative 🤷 : https://github.com/pallets/werkzeug/issues/1398