Zoe Carver 61b414caa6 Update libc++ release notes %!s(int64=6) %!d(string=hai) anos
..
DesignDocs d011bdc437 Add documentation and tests for Clangs C++11 extensions in C++03. %!s(int64=6) %!d(string=hai) anos
BuildingLibcxx.rst 825410b082 docs: add documentation for `LIBCXX_INCLUDE_TESTS` %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt 867ae29929 docs: Fix Sphinx detection with out-of-tree builds %!s(int64=8) %!d(string=hai) anos
FeatureTestMacroTable.rst 087c094fec P0722R3: Implement library support for destroying delete %!s(int64=6) %!d(string=hai) anos
Makefile.sphinx 88dfb6d532 Add design docs for upcoming file_time_type change. %!s(int64=7) %!d(string=hai) anos
README.txt cf829c9688 Remove test commit. %!s(int64=10) %!d(string=hai) anos
ReleaseNotes.rst 61b414caa6 Update libc++ release notes %!s(int64=6) %!d(string=hai) anos
TestingLibcxx.rst fbc4ec4cc5 [CMake] Support compiler-rt builtins library in tests %!s(int64=6) %!d(string=hai) anos
UsingLibcxx.rst 4211451486 [libcxx] Slightly improved policy for handling experimental features %!s(int64=6) %!d(string=hai) anos
conf.py a9e8405f23 Bump the trunk version to 9.0.0svn %!s(int64=6) %!d(string=hai) anos
index.rst f68c6d52a1 Make GCC in C++03 Unsupported %!s(int64=6) %!d(string=hai) anos

README.txt

libc++ Documentation
====================

The libc++ documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc++ with the following cmake options:

* -DLLVM_ENABLE_SPHINX=ON
* -DLIBCXX_INCLUDE_DOCS=ON

After configuring libc++ with these options the make rule `docs-libcxx-html`
should be available.