Skip to content

Commit fbe2a3c

Browse files
committed
Add some more missing requirements
1 parent d2da47e commit fbe2a3c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# autodoc module docs will fail to generate with a warning.
28-
autodoc_mock_imports = ["supervisor", "rtc", "ssl", "wifi", "socketpool", "secrets"]
28+
autodoc_mock_imports = [
29+
"supervisor",
30+
"rtc",
31+
"ssl",
32+
"wifi",
33+
"socketpool",
34+
"secrets",
35+
"analogio",
36+
]
2937

3038

3139
intersphinx_mapping = {

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ adafruit-circuitpython-neopixel
1111
adafruit-circuitpython-requests
1212
adafruit-circuitpython-adafruitio
1313
adafruit-circuitpython-il0373
14+
adafruit-circuitpython-simpleio

0 commit comments

Comments
 (0)