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/
Source Code: https://github.com/executablebooks/sphinx-copybutton
Install¶
pip install sphinx-copybutton
Then, add the extension to your conf.py
:
extensions = [
# ...
"sphinx_copybutton",
]
Hint
Hovering on the code block above, you will see a copy button.