diff --git a/docs/_ext/lv_example.py b/docs/_ext/lv_example.py index ec53f2d18..4679d76d8 100644 --- a/docs/_ext/lv_example.py +++ b/docs/_ext/lv_example.py @@ -50,7 +50,7 @@ class LvExample(Directive): env = self.state.document.settings.env - iframe_node = nodes.raw(text=f"", format='html') + iframe_node = nodes.raw(text=f"", format='html') micropython_node = nodes.raw(text=f"Click to try in the MicroPython simulator!", format='html') c_path = self.get_example_code_path(example_path, 'c')