From a779f7e354c7622571ea011ec6b7455ab4bad95e Mon Sep 17 00:00:00 2001 From: ladyada Date: Fri, 31 Aug 2018 14:15:49 -0400 Subject: [PATCH] autodoc additions --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4e0f359..baa9085 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,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 = ["machine"] +autodoc_mock_imports = ["machine", "Adafruit_GPIO"] intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None), 'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} -- 2.49.0