There was an error while loading. Please reload this page.
1 parent 4e5e25f commit 102b4a0Copy full SHA for 102b4a0
docs/conf.py
@@ -57,12 +57,6 @@
57
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
58
}
59
60
-# Mock out micropython ourselves.
61
-# import imp
62
-# m = imp.new_module("micropython")
63
-# m.const = lambda x: x
64
-# sys.modules["micropython"] = m
65
-
66
# Add any paths that contain templates here, relative to this directory.
67
templates_path = ["_templates"]
68
0 commit comments