[PATCH] doc: board: Move j721e document to doc/board/ti/ directory
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Aug 1 22:03:59 CEST 2021
Dear Kishon,
your merged patch 8baeeecbe305 ("doc: board: Move j721e document to
doc/board/ti/ directory") leads to 'make html' build errors:
doc/board/index.rst:6: WARNING: toctree contains reference to
nonexisting document 'board/ti/index'
looking for now-outdated files... none found
pickling environment... done
checking consistency...
/doc/board/ti/j721e_evm.rst: WARNING: document isn't included in any toctree
Please, provide a patch with the missing file doc/board/ti/index.rst.
@Tom:
Shouldn't these errors result in an error on the CI platform?
Please, enable option -W (Turn warnings into errors).
diff --git a/doc/Makefile b/doc/Makefile
index 683e4b5609..050d9dd239 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -7,4 +7,4 @@ subdir-y :=
# You can set these variables from the command line.
SPHINXBUILD = sphinx-build
-SPHINXOPTS =
+SPHINXOPTS = -W
SPHINXDIRS = .
Best regards
Heinrich
More information about the U-Boot
mailing list