adafruit / Adafruit_CircuitPython_BLE_Adafruit

Support for the BLE Adafruit Service, which provides access to on-board sensors and components
MIT License
9 stars 6 forks source link

Fix Build CI issue #21

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

See https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet/pull/29 for more information

dhalbert commented 2 years ago

Suppose you used :py:meth:~mymodule.MyClass.mymethod, would that work also? I'm trying to weigh the nuisance of that vs the exclusion you added. I could imagine excluding one thing, only to have yet another appear in its place.

sphinx is being too helpful here.

tekktrik commented 2 years ago

I could give that a shot when I get back to my dev laptop tonight!

tekktrik commented 2 years ago

Yup, that works!

tekktrik commented 2 years ago

Closing in favor of fixing adafruit_ble