[llvm-dev] llvm/docs/AMDGPUUsage.rst ERROR: Malformed table
Sandoval Gonzalez, Leonardo via llvm-dev
llvm-dev at lists.llvm.org
Tue Dec 17 11:49:04 PST 2019
Hi
I am trying to build the documentation and view it as html. When I ran
the `make docs-llvm-html` target but ran into this below issue. Has
anyone faced this issue?
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
% make docs-llvm-html -j3
Generating html Sphinx documentation for llvm into
"/home/lsandov1/repos/llvm-project/build/docs/html"
/home/lsandov1/.local/lib/python2.7/site-packages/recommonmark/parser.py:75:
UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))
Warning, treated as error:
/home/lsandov1/repos/llvm-project/llvm/docs/AMDGPUUsage.rst:1317: ERROR:
Malformed table.
Column span alignment problem in table line 10.
================= ============== ========= ================================
String Key Value Type Required? Description
================= ============== ========= ================================
"Name" string Kernel argument name.
"TypeName" string Kernel argument type name.
"Size" integer Required Kernel argument size in bytes.
"Align" integer Required Kernel argument alignment in
bytes. Must be a power of two.
"ValueKind" string Required Kernel argument kind that
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SW versions:
OS: NAME="Ubuntu" VERSION="16.04.6 LTS (Xenial Xerus)"
sphinx: '1.3.6'
recommonmark: 0.6.0
Thanks for your help.
lsg
More information about the llvm-dev
mailing list