PyPi setup.
This commit is contained in:
@ -19,7 +19,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 = ["micropython", "adafruit_bus_device"]
|
||||
# autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
|
||||
|
||||
|
Reference in New Issue
Block a user