Re: [PATCH] D24646: [CMake] Allow building Sphinx docs in nit-picky mode

2016-09-16 Thread Eric Fiselier via cfe-commits
EricWF abandoned this revision. EricWF added a comment. Abandoning. This option is only needed when using old versions of Sphinx. https://reviews.llvm.org/D24646 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/m

Re: [PATCH] D24646: [CMake] Allow building Sphinx docs in nit-picky mode

2016-09-15 Thread Eric Fiselier via cfe-commits
EricWF updated this revision to Diff 71594. EricWF added a comment. Use spaces not tabs. https://reviews.llvm.org/D24646 Files: cmake/modules/AddSphinxTarget.cmake Index: cmake/modules/AddSphinxTarget.cmake === --- cmake/modules

[PATCH] D24646: [CMake] Allow building Sphinx docs in nit-picky mode

2016-09-15 Thread Eric Fiselier via cfe-commits
EricWF created this revision. EricWF added reviewers: rnk, delcypher. EricWF added subscribers: llvm-commits, cfe-commits. Herald added subscribers: mgorny, beanz. The actual logic to build http://llvm.org/libcxx/docs does so with "-W" and "-n" enabled, meaning that the website will not be update