Skip to content

Commit cc62dfe

Browse files
Merge pull request #2 from adafruit/main
To verify Docs
2 parents f5ab9c8 + bbe7cd1 commit cc62dfe

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/conf.py

-6
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@
2929
# digitalio, micropython and busio. List the modules you use. Without it, the
3030
# autodoc module docs will fail to generate with a warning.
3131
autodoc_mock_imports = [
32-
"displayio",
33-
"adafruit_display_shapes",
3432
"vectorio",
3533
"bitmaptools",
36-
"terminalio",
37-
"adafruit_imageload",
38-
"adafruit_display_text",
39-
"bitmaptools",
4034
]
4135

4236

requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
Adafruit-Blinka
7+
adafruit-blinka-displayio
8+
adafruit-circuitpython-display-shapes
9+
adafruit-circuitpython-imageload
10+
adafruit-circuitpython-display-text

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
author_email="[email protected]",
3737
install_requires=[
3838
"Adafruit-Blinka",
39+
"adafruit-blinka-displayio",
40+
"adafruit-circuitpython-display-shapes",
41+
"adafruit-circuitpython-imageload",
42+
"adafruit-circuitpython-display-text",
3943
],
4044
# Choose your license
4145
license="MIT",

0 commit comments

Comments
 (0)