Docs: Python: Add copy button to code blocks

Uses the sphinx-copybutton to add a copy icon to code block to quickly copy content to the clipboard.

Pull Request: #119948
This commit is contained in:
Aaron Carlisle
2024-03-29 20:39:35 -04:00
parent d7c718dfd4
commit 7b4fa19fca
2 changed files with 25 additions and 7 deletions

View File

@@ -11,3 +11,6 @@ requests==2.31.0
# Without this theme, the default theme will be used.
furo==2024.1.29
sphinx-basic-ng==1.0.0b2
# Show a copy button (convenience only).
sphinx-copybutton==0.5.2