docs: add copy clipboard button to code blocks
@@ -35,6 +35,7 @@ extensions = [
'sphinx.ext.napoleon',
'sphinx_book_theme',
'sphinx.ext.extlinks',
+ 'sphinx_copybutton',
]
rst_prolog = """
.. include:: <s5defs.txt>
@@ -1,3 +1,4 @@
sphinx >= 1.7.5
pydata-sphinx-theme
-sphinx_book_theme
+sphinx_book_theme
+sphinx-copybutton