]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - docs/conf.py
Try to get sphinx to pass build.yml
[hackapet/Adafruit_Blinka_Displayio.git] / docs / conf.py
index e1928986e26c68052a9f24f08b016f82cf3605d8..baa82278e2639af4ef5dbe5568201e2e0b729555 100644 (file)
@@ -25,7 +25,13 @@ extensions = [
 # Uncomment the below if you use native CircuitPython modules such as
 # digitalio, micropython and busio. List the modules you use. Without it, the
 # autodoc module docs will fail to generate with a warning.
-# autodoc_mock_imports = ["digitalio", "busio"]
+autodoc_mock_imports = [
+    "busio",
+    "digitalio",
+    "displayio",
+    "microcontroller",
+    "terminalio",
+]
 
 
 intersphinx_mapping = {