Conversation
This comment has been minimized.
This comment has been minimized.
|
Now I see a lot of warnings similar to this one: @larrybradley , didn't you say you encountered the same thing in |
|
I didn't fix it. I just pinned I don't know if this a Sphinx bug or if we need to update |
|
See #11723 (comment) for an explanation of the problem. |
|
I am not sure if we have anyone with the time to dive into |
|
Probably not the place to ask this, but do you have any reading material on why sphinx-automodapi is used instad of sphinx-autoapi or plain autodoc? |
|
Re: why -- I don't know. We been using it for many years. My guess is we wanted things to look pretty but Sphinx didn't have pretty layout back then. Maybe @astrofrog, @eteq, or @embray remember the real reason. |
|
sphinx-autoapi is a fairly recent project compared to sphinx-automodapi I think. The goal is probably about the same, automating the api generation without having to write the list of functions/classes with plain autodoc. |
|
Even if we switch to |
|
Sure thing, didn't want to imply a migration just yet - only working to understand the possible overlap between the two :) |
|
Hi humans 👋 - this pull request hasn't had any new commits for approximately 4 months. I plan to close this in 30 days if the pull request doesn't have any new commits by then. In lieu of a stalled pull request, please consider closing this and open an issue instead if a reminder is needed to revisit in the future. Maintainers may also choose to add keep-open label to keep this PR open but it is discouraged unless absolutely necessary. If this PR still needs to be reviewed, as an author, you can rebase it to reset the clock. If you believe I commented on this pull request incorrectly, please report this here. |
|
Superseded by #12270 |
Description
Fix #11725, follow-up of #11724 now that Sphinx 4.0.2 is out (sphinx-doc/sphinx#9214).