[llvm-commits] [llvm] r172955 - /llvm/trunk/docs/ReleaseNotes.rst
Sean Silva
silvas at purdue.edu
Sat Jan 19 19:32:55 PST 2013
Author: silvas
Date: Sat Jan 19 21:32:55 2013
New Revision: 172955
URL: http://llvm.org/viewvc/llvm-project?rev=172955&view=rev
Log:
ReleaseNotes: note Sphinx migration.
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=172955&r1=172954&r2=172955&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Sat Jan 19 21:32:55 2013
@@ -47,6 +47,11 @@
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
More information about the llvm-commits
mailing list