Skip to content

Commit bb5c632

Browse files
committed
chore(docs): add spellcheck
1 parent 7366c11 commit bb5c632

File tree

4 files changed

+232
-1
lines changed

4 files changed

+232
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"sphinx.ext.doctest",
4848
"sphinx.ext.intersphinx",
4949
"sphinx.ext.viewcode",
50+
"sphinxcontrib.spelling",
5051
]
5152

5253
# Add any paths that contain templates here, relative to this directory.

docs/spelling_wordlist.txt

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
acyclic
2+
admin
3+
Amalthea
4+
analytics
5+
app
6+
argv
7+
attrs
8+
auditability
9+
auth
10+
autocomplete
11+
autosave
12+
autosaved
13+
backend
14+
backends
15+
backgroundImage
16+
balancer
17+
Bergstrom
18+
Bioconductor
19+
Bitnami
20+
blog
21+
BMP
22+
bugfix
23+
chartpress
24+
Chartpress
25+
checksum
26+
checksums
27+
ci
28+
CI
29+
circumventable
30+
cli
31+
CLI
32+
conda
33+
config
34+
contentMd
35+
cookiecutter
36+
Cookiecutter
37+
coopetition
38+
CountFlights
39+
cronjob
40+
Cuda
41+
customizable
42+
cwl
43+
CWL
44+
dataset
45+
datasets
46+
dataverse
47+
Dataverse
48+
deployer
49+
deserialize
50+
Deserialize
51+
discoverable
52+
Dockerfile
53+
dockerfiles
54+
Dockerfiles
55+
dockerhub
56+
dockerignore
57+
dotfiles
58+
dropdown
59+
entrypoint
60+
executables
61+
extraEnv
62+
extraEnvFrom
63+
filesystem
64+
FilterFlights
65+
findable
66+
Fortran
67+
gapped
68+
git-lfs
69+
github
70+
gitignore
71+
gitkeep
72+
gitlab
73+
GitLab
74+
gitlabClientSecret
75+
GraphQL
76+
hostname
77+
https
78+
hyperkit
79+
hypervisor
80+
iframes
81+
indices
82+
Indices
83+
init
84+
interoperability
85+
io
86+
ipynb
87+
iteratively
88+
ize
89+
izing
90+
Janusgraph
91+
Jena
92+
JPEG
93+
json
94+
jsonld
95+
jupyter
96+
Jupyterhub
97+
JupyterHub
98+
jupyterlab
99+
JupyterLab
100+
kb
101+
keycloak
102+
Keycloak
103+
ku
104+
kubernetes
105+
kus
106+
lefthand
107+
lfs
108+
localhost
109+
Matlab
110+
metadata
111+
microservices
112+
middleware
113+
migrationscheck
114+
minikube
115+
minimalistic
116+
mistyped
117+
mydomain
118+
namespace
119+
namespaces
120+
Nginx
121+
nodejs
122+
oauth
123+
OAuth
124+
ok
125+
online
126+
OpenID
127+
openssl
128+
papermill
129+
parameterizable
130+
parametrize
131+
parametrized
132+
pipenv
133+
PNG
134+
Postgresql
135+
powerline
136+
pre
137+
prepend
138+
preprocessed
139+
preprocessing
140+
programmatically
141+
py
142+
pyshacl
143+
rdflib
144+
readme
145+
rebase
146+
refactor
147+
Refactor
148+
refactored
149+
renku
150+
Renku
151+
renkulab
152+
renv
153+
repo
154+
reproducibility
155+
Reproducibility
156+
reproducibly
157+
reusability
158+
Reusability
159+
righthand
160+
roadmap
161+
Roadmap
162+
rstudio
163+
RStudio
164+
runnable
165+
runtime
166+
runtimes
167+
scala
168+
SPARQL
169+
spawner
170+
SQLAlchemy
171+
statefulset
172+
statuspage
173+
subclass
174+
Subclass
175+
subclasses
176+
Subclasses
177+
subdirectories
178+
subdirectory
179+
subgraph
180+
Subgraph
181+
submodule
182+
submodules
183+
substep
184+
substeps
185+
sudo
186+
supertype
187+
supertypes
188+
symlink
189+
symlinks
190+
templated
191+
Tensorboard
192+
Tensorflow
193+
timestamp
194+
tinkerpop
195+
toolchain
196+
tutorialLink
197+
txt
198+
typesystem
199+
Ubuntu
200+
ui
201+
unhandled
202+
unicode
203+
unlink
204+
Unlink
205+
unmapped
206+
untracked
207+
untracked
208+
url
209+
username
210+
versioned
211+
versioning
212+
Versioning
213+
vertices
214+
vm
215+
webhook
216+
webhooks
217+
wildcard
218+
workflow
219+
workflows
220+
worktree
221+
yaml
222+
yml
223+
Zenodo
224+
連句

run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ check_styles(){
4646

4747
build_docs(){
4848
sphinx-build -qnNW docs docs/_build/html
49+
sphinx-build -nNW -b spelling -d docs/_build/doctrees docs docs/_build/spelling
4950
pytest -v -m "not integration and not publish" -o testpaths="docs conftest.py" --ignore=docs/conf.py
5051
}
5152

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,12 @@ def run(self):
133133

134134

135135
extras_require = {
136-
"docs": ["Jinja2>=2.11.3,<3.0.2", "renku-sphinx-theme>=0.2.0", "sphinx-rtd-theme>=0.5.0,<1.1"],
136+
"docs": [
137+
"Jinja2>=2.11.3,<3.0.2",
138+
"renku-sphinx-theme>=0.2.0",
139+
"sphinx-rtd-theme>=0.5.0,<1.1",
140+
"sphinxcontrib-spelling==7.*"
141+
],
137142
"runner": ["cwlref-runner==1.0"],
138143
"notebook": [],
139144
"tests": tests_require,

0 commit comments

Comments
 (0)