Skip to content

Commit f07571c

Browse files
committed
docs
1 parent eef6ccb commit f07571c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ build:
1313
tools:
1414
python: "3"
1515

16-
# Build documentation in the docs/ directory with Sphinx
17-
sphinx:
18-
configuration: docs/conf.py
19-
2016
python:
2117
install:
2218
- requirements: docs/requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=[
4343
"Adafruit-Blinka",
4444
"adafruit-circuitpython-busdevice",
45-
"n",
45+
"adafruit-circuitpython-register",
4646
],
4747
# Choose your license
4848
license="MIT",

0 commit comments

Comments
 (0)