Skip to content

Commit 810fec3

Browse files
committed
Sphinx.
1 parent a95b3ba commit 810fec3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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", "adafruit_ble", "micropython"]
24+
autodoc_mock_imports = ["digitalio", "busio", "adafruit_ble"]
2525

2626

2727
intersphinx_mapping = {

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
adafruit-circuitpython-ble
2+
Adafruit-Blinka

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description = f.read()
1919

2020
setup(
21-
name="adafruit-circuitpython-radio",
21+
name="adafruit-circuitpython-ble-radio",
2222
use_scm_version=True,
2323
setup_requires=["setuptools_scm"],
2424
description="Simple byte and string based inter-device communication via BLE.",

0 commit comments

Comments
 (0)