summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-20 03:32:55 +0000
committerSean Silva <silvas@purdue.edu>2013-01-20 03:32:55 +0000
commit8a72eff7c39a7aacb7a78a019d2b649e2cc859b0 (patch)
tree636ea4815b32ed5cbc0c3238806bdb08b11efaa0 /docs/ReleaseNotes.rst
parent4a535629ecaa2b68d476149b62fa9c532c4adb5b (diff)
downloadllvm-8a72eff7c39a7aacb7a78a019d2b649e2cc859b0.tar.gz
llvm-8a72eff7c39a7aacb7a78a019d2b649e2cc859b0.tar.bz2
llvm-8a72eff7c39a7aacb7a78a019d2b649e2cc859b0.tar.xz
ReleaseNotes: note Sphinx migration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bc23185703..e8ea5c9488 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -47,6 +47,11 @@ Non-comprehensive list of changes in this release
archives) have been removed. Any existing clients of these features should
move to using a linker with integrated LTO support.
+* LLVM and Clang's documentation has been migrated to the `Sphinx
+ <http://sphinx-doc.org/>`_ documentation generation system which uses
+ easy-to-write reStructuredText. See `llvm/docs/README.txt` for more
+ information.
+
* ... next change ...
.. NOTE