summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNikhil Ladha <nikhilladha1999@gmail.com>2023-03-27 20:53:02 +0530
committerGitHub <noreply@github.com>2023-03-27 16:23:02 +0100
commit5c61b2a52c3bd74250d1ecc6a2a7b13c20e7286f (patch)
treea9c94c1d139ae60f86fd79ad617e89a512cb3b4f /docs
parent20d270d3e27c3db65c4b5371b82e1022b792adff (diff)
downloadpip-5c61b2a52c3bd74250d1ecc6a2a7b13c20e7286f.tar.gz
Configure sphinx-copybutton to strip prompts (#11702)
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