Skip to content

Commit 09acebe

Browse files
authored
ci(buildrelease): install python-docs-theme (#13)
fix: sphinx.errors.ThemeError: no theme named 'python_docs_theme' found (missing theme.toml?)
1 parent 9c34990 commit 09acebe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/buildrelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585

8686
- name: Install dependencies
8787
run: |
88-
python -m pip install Sphinx
88+
python -m pip install \
89+
Sphinx \
90+
python-docs-theme
8991
shell: bash
9092

9193
- name: Set SPHINXBUILD environment variable

0 commit comments

Comments
 (0)