Skip to content

Commit

Permalink
Configure copybutton options
Browse files Browse the repository at this point in the history
Exclude line numbers and prompt characters
  • Loading branch information
fraya committed May 20, 2024
1 parent 8ec7ee6 commit 7b2e019
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@

html_theme = 'furo'
html_static_path = ['_static']

# -- Options for copybutton --------------------------------------------------
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html

# line numbers and prompt characters
copybutton_exclude = '.linenos, .gp'

0 comments on commit 7b2e019

Please sign in to comment.