[all-commits] [llvm/llvm-project] 038654: [docs][RISCV] Use anonymous references in RISCVUsa...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Apr 18 22:47:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0386546b088a47fd7d0900dd590c0a2f489b9fbe
https://github.com/llvm/llvm-project/commit/0386546b088a47fd7d0900dd590c0a2f489b9fbe
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M llvm/docs/RISCVUsage.rst
Log Message:
-----------
[docs][RISCV] Use anonymous references in RISCVUsage to avoid warnings
2a5661c8415876be3fbd56ce90c2031e89ba0ef3 added a new external link with
the link text "0.2 draft specification". Surprisingly, as multiple links
have this same text but different targets this causes a warning, which
causes a failure on the llvm-sphinx-docs builder (which treats warnings
as errors). As suggested in
<https://github.com/sphinx-doc/sphinx/issues/3921>, this commit moves to
using anonymous references for the links in the experimental extensions
section.
More information about the All-commits
mailing list