Skip to content

Commit 354419c

Browse files
committed
Added sphinx_copybutton to the docs/conf.py and pyproject.toml
1 parent cd70a47 commit 354419c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/docs/conf.py.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ extensions = [
3131
'sphinx_favicon',
3232
'sphinx_reredirects',
3333
'sphinx_mdinclude',
34+
'sphinx_copybutton',
3435
]
3536

3637
# show tocs for classes and functions of modules using the autodocsumm

template/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ docs = [
5555
"sphinx-design",
5656
"sphinx-favicon",
5757
"sphinx-reredirects",
58+
"sphinx-copybutton",
5859
]
5960
dev = ["{{ project_slug }}[deploy,tests,docs]"]
6061

0 commit comments

Comments
 (0)