We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd22a0 commit 45da81fCopy full SHA for 45da81f
docs/conf.py
@@ -8,8 +8,6 @@
8
import sys
9
10
sys.path.insert(0, os.path.abspath(".."))
11
-# sys.path.append("/Adafruit_CircuitPython_Display_Shapes/")
12
-
13
14
# -- General configuration ------------------------------------------------
15
@@ -30,7 +28,7 @@
30
28
# Uncomment the below if you use native CircuitPython modules such as
31
29
# digitalio, micropython and busio. List the modules you use. Without it, the
32
# autodoc module docs will fail to generate with a warning.
33
-autodoc_mock_imports = ["displayio"]
+autodoc_mock_imports = ["displayio", "adafruit_display_shapes"]
34
35
36
intersphinx_mapping = {
0 commit comments