Skip to content

Instantly share code, notes, and snippets.

@gundalow
Last active January 8, 2017 17:54
Show Gist options
  • Save gundalow/c191ef37695e3afadd5591dd8148c1f0 to your computer and use it in GitHub Desktop.
Save gundalow/c191ef37695e3afadd5591dd8148c1f0 to your computer and use it in GitHub Desktop.
make webdocs improvements
export CPU=8
time make webdocs > webdocs.log 2>&1
grep "/home" webdocs.log | sort | grep -v "WARNING: undefined label:"
checking consistency... /home/johnb/git/ansible-inc/ansible/docs/docsite/rst/roadmap/ROADMAP_2_1.rst:: WARNING: document isn't included in any toctree
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/archive_module.rst:18: WARNING: Inline literal start-string without end-string.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:320: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:322: ERROR: Unexpected indentation.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:326: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:328: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:335: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:342: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:349: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:356: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:363: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:370: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:377: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:384: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:391: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:398: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:405: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:412: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:419: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:426: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:433: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:440: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:447: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:454: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:461: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:468: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:475: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/cs_host_module.rst:480: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/dellos9_command_module.rst:215: WARNING: undefined label: dellos9__config (if the link has no caption the label must precede a section header)
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/dev_guide/developing_test_pr.rst:183: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/dev_guide/developing_test_pr.rst:183: WARNING: Inline literal start-string without end-string.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/dev_guide/developing_test_pr.rst:187: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/dev_guide/developing_test_pr.rst:187: WARNING: Inline literal start-string without end-string.
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/roadmap/ROADMAP_2_2.rst:: WARNING: document isn't included in any toctree
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/roadmap/ROADMAP_2_3.rst:: WARNING: document isn't included in any toctree
/home/johnb/git/ansible-inc/ansible/docs/docsite/rst/roadmap/ROADMAP_2_4.rst:: WARNING: document isn't included in any toctree
make[1]: Entering directory '/home/johnb/git/ansible-inc/ansible/docs/docsite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment