doc: filter known issues

make the doc build process quiet and add filtering of known (Sphinx)
issues.  Scripting comes from the open source Zephyr project.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-13 16:24:35 -07:00
committed by Jack Ren
parent b170e295a7
commit 0dc93a5281
7 changed files with 416 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ help:
.PHONY: help Makefile
pullsource:
scripts/pullsource.sh
$(Q)scripts/pullsource.sh
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
@@ -32,6 +32,11 @@ pullsource:
doxy: pullsource
$(Q)(cat acrn.doxyfile) | doxygen - 2>&1
html: doxy
$(Q)$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)" "$(SPHINXOPTS)" $(O) > doc.log 2>&1
$(Q)./scripts/filter-doc-log.sh doc.log
# Remove generated content (Sphinx and doxygen)
clean: