Skip to content

Commit ff561f9

Browse files
committed
Add sphinx_copybutton extension for easy copy pasting from snippets
Thanks @ColinTheShark
1 parent 51cd186 commit ff561f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
extensions = [
3535
"sphinx.ext.autodoc",
3636
"sphinx.ext.napoleon",
37-
"sphinx.ext.autosummary"
37+
"sphinx.ext.autosummary",
38+
"sphinx_copybutton"
3839
]
3940

4041
master_doc = "index"

0 commit comments

Comments
 (0)