Skip to content

Commit 493355a

Browse files
author
brentru
committed
remove automock import from config, we dont need it anymore since were not importing
1 parent 60ca547 commit 493355a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Adafruit CircuitPython firmware for the supported boards:
3636
https://github.com/adafruit/circuitpython/releases
3737
38-
* Adafruit's ESP32SPI library:
38+
* Adafruits ESP32SPI library:
3939
https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
4040
"""
4141
from adafruit_io.adafruit_io_errors import AdafruitIO_RequestError, AdafruitIO_ThrottleError

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
'sphinx.ext.todo',
1717
]
1818

19-
autodoc_mock_imports = ["digitalio", "busdevice", "neopixel", "adafruit_esp32spi"]
20-
2119
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2220

2321
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)