We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29efa2c commit 926023dCopy full SHA for 926023d
.github/workflows/test.yml
@@ -80,8 +80,9 @@ jobs:
80
print(enchant.list_dicts())
81
82
- name: build & test
83
+ # TODO: re-enable spelling when https://github.com/sphinx-contrib/spelling/issues/234 fixed
84
run: |
- make html spelling linkcheck \
85
+ make html linkcheck \
86
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
87
88
- name: debug sphinx failure
0 commit comments