updated conf.py; bus device intersphinx link
This commit is contained in:
parent
5bde17d7ed
commit
cf77297bc6
@ -21,7 +21,7 @@ extensions = [
|
||||
# autodoc module docs will fail to generate with a warning.
|
||||
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
|
||||
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)}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
Loading…
Reference in New Issue
Block a user