From 102b4a09fca75b3901589a2bb8ddd0823323fb77 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Wed, 22 Jan 2025 11:10:51 -0600 Subject: [PATCH] remove unused block containing deprecated imp module --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) 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"]