File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,3 +25,29 @@ translate = [
2525docs = [
2626 " beeware-docs-tools @ git+https://github.com/beeware/beeware-docs-tools" ,
2727]
28+
29+ [tool .rumdl ]
30+ flavor = " mkdocs"
31+ include = [" **/*.md" ]
32+ exclude = [" CODE_OF_CONDUCT.md" ]
33+ respect-gitignore = true
34+
35+ # Disable rules:
36+ # MD013: Enforces line length
37+ # MD014: Forces commands in codeblocks to show output
38+ disable = [" MD014" ,]
39+
40+ [tool .rumdl .per-file-ignores ]
41+ "docs/en/how-to/style-guide.md" = [" MD041" ]
42+ "docs/en/SUMMARY.md" = [" MD041" ]
43+
44+ [tool .rumdl .MD026 ] # Remove punctuation at the end of headings
45+ punctuation = " ,;:"
46+
47+ [tool .rumdl .MD033 ] # No inline HTML
48+ allowed_elements = [" nospell" ,] # pyspelling inline disable tag
49+
50+ [tool .rumdl .MD013 ] # Line length
51+ line_length = 999999
52+ reflow = true
53+ reflow_mode = " normalize"
You can’t perform that action at this time.
0 commit comments