make code blocks copyable

This commit is contained in:
Chen-Chen Yeh
2025-08-09 18:39:47 +02:00
parent 7fde1b6a1e
commit 02d6079626
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
sphinx
breathe
sphinx-book-theme
sphinx-copybutton
mlx

View File

@@ -18,6 +18,7 @@ release = version
# -- General configuration ---------------------------------------------------
extensions = [
"sphinx_copybutton",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",