adafruit / Adafruit_CircuitPython_ADXL37x

A CircuitPython driver for the ADXL37x family of accelerometers
MIT License
0 stars 3 forks source link

Initial working code! #1

Closed kattni closed 2 years ago

kattni commented 2 years ago

Still looking into the CI failure. I think I can autodoc_mock_imports circuitpython_typing and get it to pass, but something else is going on here. It's passing locally. circuitpython_typing is where WriteableBuffer is, the module comes from Adafruit-Blinka, and for some reason remote Sphinx isn't seeing it remotely. Locally, Sphinx passes on the current state of this PR. As well, this is apparently not the first library this has happened on - so it's worth actually finding the issue instead of simply doing a workaround. Working with @FoamyGuy to see if we can get it sorted out.

tekktrik commented 2 years ago

If that's the case, is there the chance that other Blinka modules won't need to be mocked, like digitalio?