Skip to content

Commit f530484

Browse files
committed
Add optional imports to mock imports, remove from docs/requirements.txt
1 parent 6cb1769 commit f530484

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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 = ["displayio", "pwmio"]
28+
autodoc_mock_imports = ["displayio", "pwmio", "adafruit_display_text", "adafruit_bitmap_font"]
2929

3030

3131
intersphinx_mapping = {

docs/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
# SPDX-License-Identifier: Unlicense
44

55
sphinx>=4.0.0
6-
adafruit_display_text

0 commit comments

Comments
 (0)