|
spellchecker: aspell |
|
|
|
matrix: |
|
- name: mkdocs |
|
sources: |
|
- site/**/*.html |
|
hunspell: |
|
d: en_US |
|
aspell: |
|
lang: en |
|
dictionary: |
|
wordlists: |
|
- docs/src/dictionary/en-custom.txt |
|
output: build/dictionary/mkdocs.dic |
|
pipeline: |
|
- pyspelling.filters.html: |
|
comments: false |
|
attributes: |
|
- title |
|
- alt |
|
ignores: |
|
- 'code, pre, a.magiclink, span.keys' |
|
- '.MathJax_Preview, .md-nav__link, .md-footer-custom-text, .md-source__repository, .headerlink, .md-icon' |
|
- '.md-social__link' |
|
- pyspelling.filters.url: |
|
|
|
- name: markdown |
|
sources: |
|
- README.md |
|
hunspell: |
|
d: en_US |
|
aspell: |
|
lang: en |
|
dictionary: |
|
wordlists: |
|
- docs/src/dictionary/en-custom.txt |
|
output: build/dictionary/mkdocs.dic |
|
pipeline: |
|
- pyspelling.filters.markdown: |
|
markdown_extensions: |
|
- pymdownx.superfences: |
|
- pymdownx.highlight: |
|
- pyspelling.filters.html: |
|
comments: false |
|
attributes: |
|
- title |
|
- alt |
|
ignores: |
|
- :is(code, pre) |
|
- pyspelling.filters.url: |
|
|
|
- name: python |
|
sources: |
|
- setup.py |
|
- '{soupsieve,tests,tools}/**/*.py' |
|
hunspell: |
|
d: en_US |
|
aspell: |
|
lang: en |
|
dictionary: |
|
wordlists: |
|
- docs/src/dictionary/en-custom.txt |
|
output: build/dictionary/python.dic |
|
pipeline: |
|
- pyspelling.filters.python: |
|
group_comments: true |
|
- pyspelling.flow_control.wildcard: |
|
allow: |
|
- py-comment |
|
- pyspelling.filters.context: |
|
context_visible_first: true |
|
delimiters: |
|
|
|
- open: '^(?: *(?:noqa\b|pragma: no cover|type: .*?)|!)' |
|
close: '$' |
|
|
|
- open: '^ *-\*-' |
|
close: '-\*-$' |
|
- pyspelling.filters.context: |
|
context_visible_first: true |
|
escapes: '\\[\\`]' |
|
delimiters: |
|
|
|
|
|
|
|
|
|
- open: '(?s)^(?P<open> *`{3,})$' |
|
close: '^(?P=open)$' |
|
|
|
- open: '(?P<open>`+)' |
|
close: '(?P=open)' |
|
- pyspelling.filters.url: |
|
|