summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/html/conf.py6
-rw-r--r--news/11702.trivial.rst2
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/conf.py b/docs/html/conf.py
index aae1364b8..683ea7b87 100644
--- a/docs/html/conf.py
+++ b/docs/html/conf.py
@@ -131,3 +131,9 @@ def determine_man_pages() -> List[Tuple[str, str, str, str, int]]:
man_pages = determine_man_pages()
+
+# -- Options for sphinx_copybutton ----------------------------------------------------
+
+copybutton_prompt_text = r"\$ | C\:\> "
+copybutton_prompt_is_regexp = True
+copybutton_only_copy_prompt_lines = False
diff --git a/news/11702.trivial.rst b/news/11702.trivial.rst
new file mode 100644
index 000000000..d27e33d78
--- /dev/null
+++ b/news/11702.trivial.rst
@@ -0,0 +1,2 @@
+Strip command line prompts like "$" and "C:>" from the actual command
+being copied using the copybutton.