Skip to content

Commit ee22e70

Browse files
Using sphinxcontrib.spelling as extension
1 parent 51df933 commit ee22e70

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" pydot graphviz furo \
5858
sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design \
59-
sphinxcontrib-jsmath sphinx-copybutton
59+
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling
6060
- name: Checkout repo
6161
uses: actions/[email protected]
6262
with:

docs/doc_sources/conf.py.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ extensions = [
3939
"sphinx.ext.viewcode",
4040
"sphinxcontrib.programoutput",
4141
"sphinxcontrib.googleanalytics",
42+
"sphinxcontrib.spelling",
4243
"sphinx_design",
4344
]
4445

4546
copybutton_prompt_text = ">>> "
47+
spelling_warning = True
4648

4749
googleanalytics_id = 'G-7TCKS5BHYE'
4850
googleanalytics_enabled = True

docs/doc_sources/known_words.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
amongst
2+
unpartitioned
3+
systemwide
4+
toolchain
5+
interoperate
6+
programmatically
7+
conda
8+
cmake
9+
scikit
10+
oneAPI
11+
oneMKL
12+
dpctl
13+
runtime
14+
DPC
15+
DPC++
16+
backend
17+
backends
18+
deleter
19+
allocator
20+
allocators
21+
deallocated
22+
USM
23+
dimensionality
24+
accessor
25+
doxygen
26+
const
27+
namespace
28+
DRef
29+
PRef
30+
QRef
31+
CRef
32+
KBRef
33+
KRef
34+
MRef
35+
Ptr
36+
Src
37+
Dst
38+
sycl
39+
nullptr
40+
opencl
41+
cuda
42+
enqueued

0 commit comments

Comments
 (0)