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.
2 parents 6717b68 + 2e37889 commit f4fca1aCopy full SHA for f4fca1a
docs/conf.py
@@ -21,7 +21,7 @@
21
# autodoc module docs will fail to generate with a warning.
22
autodoc_mock_imports = ["framebuf"]
23
24
-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)}
25
26
# Add any paths that contain templates here, relative to this directory.
27
templates_path = ['_templates']
0 commit comments