[llvm] r292752 - [docs] Point to upstream Sphinx install instructions.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 21 19:47:49 PST 2017
Author: silvas
Date: Sat Jan 21 21:47:49 2017
New Revision: 292752
URL: http://llvm.org/viewvc/llvm-project?rev=292752&view=rev
Log:
[docs] Point to upstream Sphinx install instructions.
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=292752&r1=292751&r2=292752&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat Jan 21 21:47:49 2017
@@ -469,6 +469,8 @@ LLVM-specific variables
**SPHINX_EXECUTABLE**:STRING
The path to the ``sphinx-build`` executable detected by CMake.
+ For installation instructions, see
+ http://www.sphinx-doc.org/en/latest/install.html
**SPHINX_OUTPUT_HTML**:BOOL
If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) then the targets for
More information about the llvm-commits
mailing list