diff options
author | Sean Silva <silvas@purdue.edu> | 2013-02-27 18:33:21 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-02-27 18:33:21 +0000 |
commit | 1b46534445d3e59c47073bdfe735e2c4fd26162d (patch) | |
tree | f1154c2fcf29e0170d68a7a87e20d379d38b068e | |
parent | ce18e58f932ccebc3e83d094da69b8da5335640c (diff) | |
download | bcm5719-llvm-1b46534445d3e59c47073bdfe735e2c4fd26162d.tar.gz bcm5719-llvm-1b46534445d3e59c47073bdfe735e2c4fd26162d.zip |
[docs] Provide pointer for building Sphinx docs.
llvm-svn: 176195
-rw-r--r-- | llvm/docs/SphinxQuickstartTemplate.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/SphinxQuickstartTemplate.rst b/llvm/docs/SphinxQuickstartTemplate.rst index 8f6d71e4ecb..fe6e44a27ce 100644 --- a/llvm/docs/SphinxQuickstartTemplate.rst +++ b/llvm/docs/SphinxQuickstartTemplate.rst @@ -22,7 +22,8 @@ reStructuredText syntax is useful when writing the document, so the last ~half of this document (starting with `Example Section`_) gives examples which should cover 99% of use cases. -Let me say that again: focus on *content*. +Let me say that again: focus on *content*. But if you really need to verify +Sphinx's output, see ``docs/README.txt`` for information. Once you have finished with the content, please send the ``.rst`` file to llvm-commits for review. |