mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-04-02 14:29:00 +07:00
* Also check .txt files with rstcheck. * Ignore .txt files in docs/docsite/rst/getting_started/ansible_output.
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"extensions": [
|
|
".rst",
|
|
".txt"
|
|
],
|
|
"ignore_regexs": [
|
|
"^docs/docsite/rst/porting_guides/porting_guide_[0-9]+\\.rst$",
|
|
"^docs/docsite/rst/getting_started/ansible_output/.*\\.txt$"
|
|
]
|
|
}
|