From d3c50995db0229c3cf3a58523cc9afa067700543 Mon Sep 17 00:00:00 2001 From: Alexander Groleau Date: Wed, 23 Aug 2023 19:17:47 -0500 Subject: [PATCH] remove regex that breaks copy button --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index e303f9ba2..76c0aaff4 100644 --- a/source/conf.py +++ b/source/conf.py @@ -59,7 +59,7 @@ myst_number_code_blocks = [ "nix", "python" ] -copybutton_prompt_text = r"# |\$ " +copybutton_prompt_text = r"\$ " copybutton_prompt_is_regexp = True # Add any paths that contain templates here, relative to this directory.