Skip to content

Commit 3c23374

Browse files
authored
Add sphinx-copybutton to documentation dependencies
1 parent 43f5256 commit 3c23374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919

2020
- name: Install dependencies
21-
run: pip install sphinx sphinx_rtd_theme myst_parser python-docs-theme
21+
run: pip install sphinx sphinx_rtd_theme myst_parser python-docs-theme sphinx-copybutton
2222

2323
- name: Build Docs
2424
run: sphinx-build -b html . _build/html

0 commit comments

Comments
 (0)