We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f595e commit bc1ba81Copy full SHA for bc1ba81
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
.github/workflows/dependencies/documentation.sh
20
echo "Installing python packages for docs..."
21
python3 -m pip install --upgrade pip
22
- python3 -m pip install sphinx sphinx_rtd_theme breathe sphinxcontrib.bibtex docutils sphinx-copybutton
+ python3 -m pip install sphinx sphinx_rtd_theme breathe sphinxcontrib.bibtex docutils sphinx-copybutton sphinx-design
23
24
- name: Install and Build
25
run: |
0 commit comments