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 619a390 commit 75e37cdCopy full SHA for 75e37cd
ci/docs.yml
@@ -22,5 +22,6 @@ dependencies:
22
- ipykernel
23
- jupyter
24
- sphinx-codeautolink
25
+ - sphinx-copybutton
26
- pip:
27
- -e ..
docs/source/conf.py
@@ -41,6 +41,7 @@
41
"myst_nb",
42
"sphinx_codeautolink",
43
"sphinx_remove_toctrees",
44
+ "sphinx_copybutton",
45
]
46
47
codeautolink_concat_default = True
0 commit comments