Skip to content

Commit ef7532b

Browse files
committed
Add "Copy" button to CODE blocks
1 parent 3bf1910 commit ef7532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Add any Sphinx extension module names here, as strings. They can be
3333
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3434
# ones.
35-
extensions = ["redirects", "notfound.extension"]
35+
extensions = ["redirects", "notfound.extension", "sphinx_copybutton"]
3636

3737
# Add any paths that contain templates here, relative to this directory.
3838
templates_path = ["_templates"]

0 commit comments

Comments
 (0)