Skip to content

Commit

Permalink
enable multiprocessing for pyspelling
Browse files Browse the repository at this point in the history
Pyspelling has a new option to run jobs in parallel. See
facelessuser/pyspelling#182

This doesn't make much difference (if at all) for the starter
pack, but it's considerably faster for large documentation sets.

Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
  • Loading branch information
ru-fu committed Jan 19, 2024
1 parent 585ab49 commit 2812a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jobs: 8
matrix:
- name: rST files
aspell:
Expand Down

0 comments on commit 2812a17

Please sign in to comment.