Skip to content

Commit

Permalink
fixes copy button issue (#3584)
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy authored Apr 12, 2023
1 parent 0bd4ab9 commit c66d37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@
# Makes it so that only the command is copied, not the output
copybutton_prompt_text = "$ "

# prevent css style tags from being copied by the copy button
copybutton_exclude = 'style[type="text/css"]'

# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
Expand Down

0 comments on commit c66d37c

Please sign in to comment.