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 | 6668a4293d57b7d9501c5a47e1192f79662ec49c (patch) | |
tree | fcc5f0f7b1d130d25abd6585328f30a70035a7be /docs | |
parent | b3508821533854b1879e7d6a83824b4ba84ce633 (diff) |
[docs] Provide pointer for building Sphinx docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SphinxQuickstartTemplate.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/SphinxQuickstartTemplate.rst b/docs/SphinxQuickstartTemplate.rst index 8f6d71e4ec..fe6e44a27c 100644 --- a/docs/SphinxQuickstartTemplate.rst +++ b/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. |