Displaying 4 results from an estimated 4 matches for "_doctrees".
2019 Feb 12
2
docs-llvm-html broken?
...but
https://llvm.org/docs/LangRef.html doesn't have it.
trying to build the docs manually on my box:
ninja docs-llvm-html
FAILED: docs/CMakeFiles/docs-llvm-html
cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-build -b
html -d /usr/local/google/home/kcc/llvm-build/docs/_doctrees-llvm-html -q
-W /usr/local/google/home/kcc/llvm/docs
/usr/local/google/home/kcc/llvm-build/docs/html
Extension error:
Could not import recommonmark.parser (needed for source parser) (exception:
No module named recommonmark.parser)
ninja: build stopped: subcommand failed.
Any thoughts?
Thanks!...
2019 Feb 12
3
docs-llvm-html broken?
...gt;>
>> trying to build the docs manually on my box:
>> ninja docs-llvm-html
>>
>> FAILED: docs/CMakeFiles/docs-llvm-html
>> cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-build -b
>> html -d /usr/local/google/home/kcc/llvm-build/docs/_doctrees-llvm-html -q
>> -W /usr/local/google/home/kcc/llvm/docs
>> /usr/local/google/home/kcc/llvm-build/docs/html
>>
>> Extension error:
>> Could not import recommonmark.parser (needed for source parser)
>> (exception: No module named recommonmark.parser)
>> ninja...
2018 May 01
1
ninja docs-clang-html fails with tools/clang/docs/ClangCommandLineReference.rst:22:Duplicate explicit target name: "cmdoption-clang--prefix".
...nja docs-clang-html
=======================
[1/2] Generating html Sphinx documentation for clang into
"/tmp/LLVM/tools/clang/docs/html"
FAILED: tools/clang/docs/CMakeFiles/docs-clang-html
cd /tmp/LLVM/tools/clang/docs && /usr/bin/sphinx-build -b html -d
/tmp/LLVM/tools/clang/docs/_doctrees-clang-html -q -W
.../kcc/llvm/tools/clang/docs /tmp/LLVM/tools/clang/docs/html
Warning, treated as error:
.../kcc/llvm/tools/clang/docs/ClangCommandLineReference.rst:22:Duplicate
explicit target name: "cmdoption-clang--prefix".
ninja: build stopped: subcommand failed.
===================...
2020 Jul 28
11
[11.0.0 Release] Release Candidate 1 is here
Hello everyone,
We're a little bit behind schedule, but RC1 is now here. It was tagged
earlier today as llvmorg-11.0.0-rc1.
Source code and docs are available at
https://prereleases.llvm.org/11.0.0/#rc1 and
https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc1
Pre-built binaries will be added as they become available.
Please file bug reports for any issues you find as