We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef6ccb commit f07571cCopy full SHA for f07571c
.readthedocs.yaml
@@ -13,10 +13,6 @@ build:
13
tools:
14
python: "3"
15
16
-# Build documentation in the docs/ directory with Sphinx
17
-sphinx:
18
- configuration: docs/conf.py
19
-
20
python:
21
install:
22
- requirements: docs/requirements.txt
setup.py
@@ -42,7 +42,7 @@
42
install_requires=[
43
"Adafruit-Blinka",
44
"adafruit-circuitpython-busdevice",
45
- "n",
+ "adafruit-circuitpython-register",
46
],
47
# Choose your license
48
license="MIT",
0 commit comments