File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Install sphinx dependencies
104
104
run : |
105
105
conda install sphinx sphinx_rtd_theme
106
- pip install sphinxcontrib-googleanalytics==0.4
106
+ pip install sphinxcontrib-googleanalytics==0.4 sphinxcontrib-spelling
107
107
108
108
- name : Install dpnp dependencies
109
109
run : |
Original file line number Diff line number Diff line change 59
59
"sphinx.ext.autodoc" ,
60
60
"sphinx.ext.autosummary" ,
61
61
"sphinxcontrib.googleanalytics" ,
62
+ "sphinxcontrib.spelling" ,
62
63
]
63
64
64
65
googleanalytics_id = "G-554F8VNE28"
65
66
googleanalytics_enabled = True
66
67
68
+ # Enable a misspelling as a sphinx warning
69
+ spelling_warning = True
70
+
71
+ # Define a list of words known to be spelled correctly
72
+ spelling_word_list_filename = "known_words.txt"
73
+
67
74
# Add any paths that contain templates here, relative to this directory.
68
75
templates_path = ["_templates" ]
69
76
Original file line number Diff line number Diff line change
1
+ conda
2
+ dpctl
3
+ oneAPI
You can’t perform that action at this time.
0 commit comments