summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/html/conf.py6
1 files changed, 6 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