adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Set autodoc to preserve default arguments #216

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Fixes #170, which I think is a more readable way to show Enum-like things in the documentation especially when we aren't actually using enum.Enum because it doesn't exist in CircuitPython. This would result in a patch to the libraries to add this in there.