File tree Expand file tree Collapse file tree 2 files changed +193
-294
lines changed
Expand file tree Collapse file tree 2 files changed +193
-294
lines changed Original file line number Diff line number Diff line change @@ -308,14 +308,17 @@ repos:
308308 pass_filenames : false
309309 additional_dependencies : [uv==0.8.23]
310310
311- - id : spelling
312- name : spelling
313- entry : uv run --extra=sample sphinx-build -W -b spelling sample build-sample/
314- language : python
315- types_or : [rst]
316- stages : [manual]
317- pass_filenames : false
318- additional_dependencies : [uv==0.8.23]
311+ # We don't check spelling because here is a conflict with a bug in ``sphinx-toolbox.rest_example``:
312+ # https://github.com/sphinx-toolbox/sphinx-toolbox/issues/195.
313+ #
314+ # - id: spelling
315+ # name: spelling
316+ # entry: uv run --extra=sample sphinx-build -W -b spelling sample build-sample/
317+ # language: python
318+ # types_or: [rst]
319+ # stages: [manual]
320+ # pass_filenames: false
321+ # additional_dependencies: [uv==0.8.23]
319322
320323 - id : docs
321324 name : Build Documentation
You can’t perform that action at this time.
0 commit comments