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 0450eb3 commit fa69df0Copy full SHA for fa69df0
.github/workflows/deploy-docs.yaml
@@ -33,7 +33,7 @@ jobs:
33
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.33/quarto-1.6.33-linux-amd64.deb
34
sudo dpkg -i quarto-1.6.33-linux-amd64.deb
35
python -m pip install --upgrade pip
36
- python -m pip install build jupyter myst-parser setuptools sphinx sphinx-autodoc-typehints sphinx-book-theme
+ python -m pip install build jupyter myst-parser setuptools sphinx sphinx-autodoc-typehints sphinx_bootstrap_theme
37
38
- name: Build Sphinx docs
39
run: |
0 commit comments