Skip to content

Commit befe5a6

Browse files
Merge pull request #303 from adamtheturtle/rest-example-use
Use rest-example throughout sample
2 parents 2027ab5 + 6294442 commit befe5a6

File tree

2 files changed

+193
-294
lines changed

2 files changed

+193
-294
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)