]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/blobdiff - docs/conf.py
Trim autodoc_mock_imports to minimum needed for docs to build
[hackapet/Adafruit_Blinka_Displayio.git] / docs / conf.py
index e1928986e26c68052a9f24f08b016f82cf3605d8..7c699ab6497fcb5e8a706b2cf0567e65d60a4bf6 100644 (file)
@@ -25,7 +25,7 @@ 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.
 # 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 = ["displayio", "terminalio"]
 
 
 intersphinx_mapping = {
 
 
 intersphinx_mapping = {