[llvm] efd7caa - Fix broken sphinx link in CMake.rst.
Kit Barton via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 14:50:08 PDT 2019
Author: Kit Barton
Date: 2019-10-22T14:49:58-07:00
New Revision: efd7caaa4ecc3283785a576993fe329222b0bda5
URL: https://github.com/llvm/llvm-project/commit/efd7caaa4ecc3283785a576993fe329222b0bda5
DIFF: https://github.com/llvm/llvm-project/commit/efd7caaa4ecc3283785a576993fe329222b0bda5.diff
LOG: Fix broken sphinx link in CMake.rst.
Reviewers: delcypher, beanz
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69325
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 3fd3ee313074..ddc09ecf1dbf 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -519,7 +519,7 @@ 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
+ http://www.sphinx-doc.org/en/latest/usage/installation.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