We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d9071 commit 52d5befCopy full SHA for 52d5bef
.github/workflows/build-and-deploy-documentation.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
19
20
- name: Install dependencies
21
- run: pip install sphinx sphinx_rtd_theme myst_parser
+ run: pip install sphinx sphinx_rtd_theme myst_parser python-docs-theme
22
23
- name: Build Docs
24
run: sphinx-build -b html . _build/html
0 commit comments