Skip to content

Commit 69a54d6

Browse files
committed
need __init__.py
1 parent 9382c0a commit 69a54d6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

adafruit_ble_adafruit/__init__.py

Whitespace-only changes.

adafruit_ble_adafruit/adafruit_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_ble_adafruit`
23+
`adafruit_ble_adafruit.adafruit_service`
2424
================================================================================
2525
2626
Access to sensors and hardware on or connected to BLE-capable boards.

docs/conf.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@
2121
# Uncomment the below if you use native CircuitPython modules such as
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
24-
# autodoc_mock_imports = ["digitalio", "busio"]
24+
autodoc_mock_imports = [
25+
"_bleio",
26+
"adafruit_ble_adafruit",
27+
"board",
28+
"digitalio",
29+
"busio",
30+
"ulab",
31+
"micropython",
32+
"adafruit_clue",
33+
"neopixel_write",
34+
"adafruit_circuitplayground",
35+
]
2536

2637

2738
intersphinx_mapping = {

0 commit comments

Comments
 (0)