From d367bb7cf17dc34863f4439bba9b66a820088951 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 7 May 2022 17:37:51 -0400 Subject: [PATCH] docs(examples) avoid redirects when loading examples --- docs/_ext/lv_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_ext/lv_example.py b/docs/_ext/lv_example.py index d4db6a08c..1a818e246 100644 --- a/docs/_ext/lv_example.py +++ b/docs/_ext/lv_example.py @@ -71,7 +71,7 @@ class LvExample(Directive): if not 'c' in excluded_languages: if env.app.tags.has('html'): - iframe_html = f"
" + iframe_html = f"
" description_html = f"
{self.options.get('description', '')}
" layout_node = nodes.raw(text=f"
{iframe_html}{description_html}
", format='html')