I need to add a new entry to UsersManual.rst. I cannot find a documentation how I sanity check
the change.
- Thanks, Fariborz
I need to add a new entry to UsersManual.rst. I cannot find a documentation how I sanity check
the change.
If sphinx-build is installed and the CMake build is configured with
LLVM_ENABLE_SPHINX enabled, it should be possible to build the docs
using the docs-clang-html target.
However, in practice, I've just committed to the rst file and checked
if it looks ok on the web site.
- Hans