diff --git a/docs/conf.py b/docs/conf.py index 77db62e..86be764 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,12 +57,6 @@ "CircuitPython": ("https://docs.circuitpython.org/en/latest/", None), } -# Mock out micropython ourselves. -# import imp -# m = imp.new_module("micropython") -# m.const = lambda x: x -# sys.modules["micropython"] = m - # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]