We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ba3af commit 8e07393Copy full SHA for 8e07393
docs/conf.py
@@ -96,7 +96,9 @@
96
ogp_site_name = about["__title__"]
97
98
# sphinx-copybutton
99
-copybutton_prompt_text = r"$ |>>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
+copybutton_prompt_text = (
100
+ r">>> |\.\.\. |> |\$ |\# | In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
101
+)
102
copybutton_prompt_is_regexp = True
103
copybutton_remove_prompts = True
104
0 commit comments