Skip to content

Commit 1440faf

Browse files
committed
🔧 Add sphinx-copybutton dependency in pyptoject.toml file
1 parent b2afb2a commit 1440faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ipywidgets = { version = "*", optional = true }
4040
sphinx-new-tab-link = { version = "!=0.2.2", optional = true }
4141
jupytext = { version = "*", optional = true }
4242
customtkinter = { version = "*", optional = true }
43+
sphinx-copybutton = { version = "*", optional = true }
4344

4445
[tool.poetry.group.dev.dependencies]
4546
ipykernel = { version = "^6.29.5", optional = true }
@@ -63,6 +64,7 @@ docs = [
6364
"ipywidgets",
6465
"sphinx-new-tab-link",
6566
"jupytext",
67+
"sphinx-copybutton",
6668
]
6769
gui = ["customtkinter"]
6870

0 commit comments

Comments
 (0)