We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8698d1e commit f6d1178Copy full SHA for f6d1178
docs/conf.py
@@ -23,11 +23,11 @@
23
# autodoc_mock_imports = ["digitalio", "busio"]
24
25
26
-intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
27
- 'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
+intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
+ """'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
28
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),
29
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)
30
- }
+ }"""
31
32
# Add any paths that contain templates here, relative to this directory.
33
templates_path = ['_templates']
0 commit comments