We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2afb2a commit 1440fafCopy full SHA for 1440faf
pyproject.toml
@@ -40,6 +40,7 @@ ipywidgets = { version = "*", optional = true }
40
sphinx-new-tab-link = { version = "!=0.2.2", optional = true }
41
jupytext = { version = "*", optional = true }
42
customtkinter = { version = "*", optional = true }
43
+sphinx-copybutton = { version = "*", optional = true }
44
45
[tool.poetry.group.dev.dependencies]
46
ipykernel = { version = "^6.29.5", optional = true }
@@ -63,6 +64,7 @@ docs = [
63
64
"ipywidgets",
65
"sphinx-new-tab-link",
66
"jupytext",
67
+ "sphinx-copybutton",
68
]
69
gui = ["customtkinter"]
70
0 commit comments