sphinx-copybutton#
Add a little “copy” button to the right of your code blocks. This extension is maintained by Executable Books.
Documentation |
|
Source Code |
Install#
pip install sphinx-copybutton
Then, add the extension to your conf.py:
conf.py#
extensions = [
# ...
"sphinx_copybutton",
]
Hint
Hovering on the code block above, you will see a copy button.