Add a button to the pre, code block to copy the source code, and likely another button to open the code in a fill modal dialog ```python html_theme_options = { #... 'selected_code_block_buttons': [ 'copy', 'modal' ], #... } ```
Add a button to the pre, code block to copy the source code, and likely another button to open the code in a fill modal dialog