Closed pauleveritt closed 5 years ago
Adding injected to api.rst results in:
api.rst
error while formatting arguments for wired.dataclasses.injected: 'function' object has no attribute '__mro__' 262
...during the building of sphinx docs. There's an alternative to autodoc out there that fixes it.
this appears to be fixed, I added docs for injected, and a few others in https://github.com/mmerickel/wired/commit/6f47030e3a5ff1c2030083ef3e1a6cd3505ce345 and it is rendering well.
Adding injected to
api.rst
results in:...during the building of sphinx docs. There's an alternative to autodoc out there that fixes it.