<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 4 Apr 2017, at 01:27, Dan Liew <<a href="mailto:dan@su-root.co.uk" class="">dan@su-root.co.uk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 3 April 2017 at 13:59, Daniel Berlin via llvm-dev<br class=""><<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:<br class=""><blockquote type="cite" class=""><br class=""><br class="">On Mon, Apr 3, 2017 at 5:51 AM, Dean Michael Berris via llvm-dev<br class=""><<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:<br class=""><blockquote type="cite" class=""><br class=""><br class="">On 3 Apr 2017, at 22:47, Alex Denisov <<a href="mailto:1101.debian@gmail.com" class="">1101.debian@gmail.com</a>> wrote:<br class=""><br class="">The HTML generated using sphinx[1].<br class="">At the bottom of each page you can see actual version of sphinx used to<br class="">generate this page.<br class=""><br class=""><br class="">Thanks -- interesting that the docs haven't been updated since March 15th:<br class=""><br class="">© Copyright 2003-2017, LLVM Project. Last updated on 2017-03-16. Created<br class="">using Sphinx 1.4.5.<br class=""><br class="">- How should I best debug whether the docs (in RST) are syntactically<br class="">correct? Are there recommended practices for doing a sanity check on the<br class="">docs?<br class=""><br class=""><br class="">Just run correct version of sphinx locally and check whether everything is<br class="">correct.<br class=""><br class=""><br class="">I see -- nothing part of the CMake build, say "check-docs" that would do<br class="">this?<br class=""><br class=""></blockquote><br class="">LLVM_ENABLE_SPHINX will turn it on.<br class=""> //Use Sphinx to generate llvm documentation.<br class=""> LLVM_ENABLE_SPHINX:BOOL=OFF<br class=""></blockquote><br class="">Just to add to that the targets you want are<br class=""><br class="">docs-llvm-html<br class="">docs-llvm-man<br class=""><br class="">e.g.<br class=""><br class="">```<br class="">ninja docs-llvm-html<br class="">```<br class=""><br class="">as Daniel mentioned you need to set `LLVM_ENABLE_SPHINX` to on.<br class=""></div></div></blockquote></div><div class=""><br class=""></div><div class="">Cool stuff, thanks!</div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-- Dean</div></div>

</div>
<br class=""></body></html>