sphinx-copybutton

Add a little “copy” button to the right of your code blocks. This extension is maintained by Executable Books.

Documentation: https://sphinx-copybutton.readthedocs.io/

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.