Skip to content

Commit 1edaf7c

Browse files
committed
Installing enchant package required by sphinxcontrib-spelling
1 parent 0d671d2 commit 1edaf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install sphinx dependencies
104104
run: |
105105
conda install sphinx sphinx_rtd_theme
106-
pip install sphinxcontrib-googleanalytics==0.4 sphinxcontrib-spelling
106+
pip install sphinxcontrib-googleanalytics==0.4 enchant sphinxcontrib-spelling
107107
108108
- name: Install dpnp dependencies
109109
run: |

0 commit comments

Comments
 (0)