Skip to content

Commit bc1ba81

Browse files
committed
add sphinx-design package
1 parent 58f595e commit bc1ba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
.github/workflows/dependencies/documentation.sh
2020
echo "Installing python packages for docs..."
2121
python3 -m pip install --upgrade pip
22-
python3 -m pip install sphinx sphinx_rtd_theme breathe sphinxcontrib.bibtex docutils sphinx-copybutton
22+
python3 -m pip install sphinx sphinx_rtd_theme breathe sphinxcontrib.bibtex docutils sphinx-copybutton sphinx-design
2323
2424
- name: Install and Build
2525
run: |

0 commit comments

Comments
 (0)