Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Oct 25, 2024
1 parent b79ea61 commit 277388a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ def setup(app):
app.add_css_file("css/dark.css")
app.add_css_file("css/light.css")

# CopyButton configuration
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = True
copybutton_line_continuation_character = "\\"

# -- Options for towncrier_draft extension -----------------------------------

Expand Down

0 comments on commit 277388a

Please sign in to comment.