This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Allow building Sphinx docs in nit-picky mode
AbandonedPublic

Authored by EricWF on Sep 15 2016, 9:11 PM.

Details

Reviewers
rnk
delcypher
Summary

The actual logic to build http://llvm.org/libcxx/docs does so with "-W" and "-n" enabled, meaning that the website will not be updated if there are any missing references.
Currently there is no way to emulate this behavior in CMake.

This patch adds an option to enable Sphinx's nit-picky mode so that the libc++ Sphinx buildbot can test with this option enabled.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 71593.Sep 15 2016, 9:11 PM
EricWF retitled this revision from to [CMake] Allow building Sphinx docs in nit-picky mode.
EricWF updated this object.
EricWF added reviewers: rnk, delcypher.
EricWF added subscribers: llvm-commits, cfe-commits.
EricWF updated this revision to Diff 71594.Sep 15 2016, 9:15 PM

Use spaces not tabs.

EricWF abandoned this revision.Sep 16 2016, 4:48 AM

Abandoning. This option is only needed when using old versions of Sphinx.