summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/docs-build.py
diff options
context:
space:
mode:
authorAlicia Cozine <cozi@visi.com>2018-09-11 11:51:47 -0500
committerJohn R Barker <john@johnrbarker.com>2018-09-11 17:51:47 +0100
commit4264be2b18e4293fdc727ea72c9ee84d6c25ea08 (patch)
tree528d581f7425b2b1386db6c123ce77759dade172 /test/sanity/code-smell/docs-build.py
parent600c7ac108e32232d7734fca62c61e6591f450b9 (diff)
downloadansible-4264be2b18e4293fdc727ea72c9ee84d6c25ea08.tar.gz
Remove more docs build errors (#45364)
* orphans testing pages to avoid not-in-toctree errors * orphans various pages pending reorg * adds module_utils and special_vars to main TOC * uses a glob for scenario_guide TOC * normalize and Sentence-case headings on community pages, typos * re-orgs community TOC, adds all pages to toctree * removes scenario guides index page * adds style guide to community index * basic update to style guide * fix typo that created a new error * removes not-in-toctree from ignore errors list * leave removing files for future cleanup task
Diffstat (limited to 'test/sanity/code-smell/docs-build.py')
-rwxr-xr-xtest/sanity/code-smell/docs-build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/code-smell/docs-build.py b/test/sanity/code-smell/docs-build.py
index 2d366b6ffb..362c74ad44 100755
--- a/test/sanity/code-smell/docs-build.py
+++ b/test/sanity/code-smell/docs-build.py
@@ -38,7 +38,6 @@ def main():
ignore_codes = [
'reference-target-not-found',
- 'not-in-toc-tree',
]
used_ignore_codes = set()