From: ladyada Date: Fri, 31 Aug 2018 18:15:49 +0000 (-0400) Subject: autodoc additions X-Git-Tag: 0.2.4^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/a779f7e354c7622571ea011ec6b7455ab4bad95e autodoc additions --- 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)}