Skip to content

Commit 4b03fe8

Browse files
committed
updated conf.py; bus device intersphinx link
1 parent 8a79a9a commit 4b03fe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# autodoc module docs will fail to generate with a warning.
4242
autodoc_mock_imports = ["micropython", "adafruit_bus_device", "adafruit_register"]
4343

44+
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)}
45+
4446
# Mock out micropython ourselves.
4547
#import imp
4648
#m = imp.new_module("micropython")

0 commit comments

Comments
 (0)