Skip to content

Commit e011694

Browse files
authored
Add ... pattern to copybutton config (#41)
1 parent 6095ec4 commit e011694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_years(start_year=2021):
103103
}
104104

105105
# Config is documented here: https://sphinx-copybutton.readthedocs.io/en/latest/
106-
copybutton_prompt_text = r">>> |\$ "
106+
copybutton_prompt_text = r">>> |\$ |\.\.\. "
107107
copybutton_prompt_is_regexp = True
108108
copybutton_only_copy_prompt_lines = True
109109

0 commit comments

Comments
 (0)