Skip to content

Commit 590bc33

Browse files
committed
Update workflow with new extension
1 parent ecb84fd commit 590bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
- name: Install dependencies
1515
run: |
16-
pip install sphinx sphinx_rtd_theme pydata-sphinx-theme sphinx-design
16+
pip install sphinx sphinx_rtd_theme pydata-sphinx-theme sphinx-design sphinx-copybutton
1717
- name: Sphinx build
1818
run: |
1919
sphinx-build docs _build

0 commit comments

Comments
 (0)