Skip to content

Commit 45da81f

Browse files
committed
Add display_shapes to mock_imports
1 parent 3fd22a0 commit 45da81f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import sys
99

1010
sys.path.insert(0, os.path.abspath(".."))
11-
# sys.path.append("/Adafruit_CircuitPython_Display_Shapes/")
12-
1311

1412
# -- General configuration ------------------------------------------------
1513

@@ -30,7 +28,7 @@
3028
# Uncomment the below if you use native CircuitPython modules such as
3129
# digitalio, micropython and busio. List the modules you use. Without it, the
3230
# autodoc module docs will fail to generate with a warning.
33-
autodoc_mock_imports = ["displayio"]
31+
autodoc_mock_imports = ["displayio", "adafruit_display_shapes"]
3432

3533

3634
intersphinx_mapping = {

0 commit comments

Comments
 (0)