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 d318a49 commit 10acc0fCopy full SHA for 10acc0f
src/sage_docbuild/conf.py
@@ -305,7 +305,7 @@ def set_intersphinx_mappings(app, config):
305
multidocs_is_master = True
306
307
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html
308
-copybutton_prompt_text = r"sage: |[.][.][.][.]: |\$ "
+copybutton_prompt_text = r"sage: |[.][.][.][.]: |>>> |[.][.][.] |\$ "
309
copybutton_prompt_is_regexp = True
310
copybutton_exclude = '.linenos, .c1' # exclude single comments (in particular, # optional!)
311
copybutton_only_copy_prompt_lines = True
0 commit comments