You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[37/1109] Generating man Sphinx documentation for llvm-dwarfdump into "build/docs/man"
FAILED: docs/CMakeFiles/docs-llvm-dwarfdump-man docs/CMakeFiles/docs-llvm-dwarfdump-man
cd build/docs && /usr/bin/cmake -E env /usr/bin/sphinx-build -b man -d build/docs/_doctrees-llvm-dwarfdump-man -q -t builder-man -D version=18 -D release=18.0.0git -tPreRelease -W llvm-project/llvm/docs build/docs/man
Warning, treated as error:
llvm-project/llvm/docs/SpeculativeLoadHardening.md:3:Non-consecutive header level increase; H1 to H3 [myst.header]
Error message for the second file
[378/600] Generating man Sphinx documentation for clang into "build/tools/clang/docs/man" FAILED: tools/clang/docs/CMakeFiles/docs-clang-man build/tools/clang/docs/CMakeFiles/docs-clang-man
cd build/tools/clang/docs && /usr/bin/cmake -E env /usr/bin/sphinx-build -b man -d build/tools/clang/docs/_doctrees-clang-man -q -t builder-man -D version=18 -D release=18.0.0git -tPreRelease -W build/tools/clang/docs build/tools/clang/docs/man
Warning, treated as error:
build/tools/clang/docs/ReleaseNotes.rst:595:Bullet list ends without a blank line; unexpected unindent.
Error message for the third file
[11/11] Generating html Sphinx documentation for llvm into "build/docs/html" FAILED: docs/CMakeFiles/docs-llvm-html build/docs/CMakeFiles/docs-llvm-html
cd build/docs && /usr/bin/cmake -E env /usr/bin/sphinx-build -b html -d build/docs/_doctrees-llvm-html -q -t builder-html -D version=18 -D release=18.0.0git -tPreRelease -W llvm-project/llvm/docs build/docs/html
Warning, treated as error:
llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md:3:'myst' cross-reference target not found: 'extens
[Environment information]
llvm-project main branch (8823e96)
myst-parser version(2.0.0)
The text was updated successfully, but these errors were encountered:
Ugh. Unlike the clang- and llvm- sphinx builders, the sphinx-publish-bot does not go red when the docs are broken and so we have no idea when we break documentation. That's a problem stemming from b7ff032 causing the regular builders to go down. We really need to either get those bots updated or we need to reconfigure the publish bot to start reporting errors. Another thing we should consider is setting up a Sphinx build as part of our GitHub CI pipeline so that developers are alerted to the issues before landing the changes. CC @tstellar@tlattner@gkistanova
The following three files have errors when generating documentation using Sphinx.
[Environment information]
llvm-project main branch (8823e96)
myst-parser version(2.0.0)
The text was updated successfully, but these errors were encountered: