readthedocs / sphinx-autoapi

A new approach to API documentation in Sphinx.
https://sphinx-autoapi.readthedocs.io/
MIT License
439 stars 131 forks source link

Fix "all args are kw-only" #340

Closed jepler closed 2 years ago

jepler commented 2 years ago

Closes #328

Also fixes a compatibility problem with Sphinx 5.0.0 'language = None'.

tannewt commented 2 years ago

@ericholscher Is there something newer than autoapi that we should be using?

ericholscher commented 2 years ago

@tannewt Not that solves the same problem of doing parse-only API doc generation. Unfortunately it's a hard problem, and one that we got initial grant funding for, but haven't been able to focus on in the long term.

AWhetter commented 2 years ago

This has been merged as 0ac4dc5389f758d6d93460f76df20268cd6ba4c3

jepler commented 2 years ago

Thank you!