Still looking into the CI failure. I think I can autodoc_mock_importscircuitpython_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.
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 whereWriteableBuffer
is, the module comes fromAdafruit-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.