diff --git a/docs/conf.py b/docs/conf.py index e38c932..ecd67bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. -autodoc_mock_imports = ["terminalio", "tilepalettemapper", "displayio"] +autodoc_mock_imports = ["terminalio", "tilepalettemapper", "displayio", "audiocore"] autodoc_preserve_defaults = True