[llvm] 55d626f - Fix LLVM sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 04:56:08 PDT 2022
Author: Aaron Ballman
Date: 2022-09-09T07:55:12-04:00
New Revision: 55d626f852f694dabd88449db4485771400fad13
URL: https://github.com/llvm/llvm-project/commit/55d626f852f694dabd88449db4485771400fad13
DIFF: https://github.com/llvm/llvm-project/commit/55d626f852f694dabd88449db4485771400fad13.diff
LOG: Fix LLVM sphinx build
Addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/25791
We can use anonymous references rather than explicit ones.
Added:
Modified:
llvm/docs/RISCVUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index d61a996a5bb71..ddfea5b99117a 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -56,9 +56,9 @@ on support follow.
``Zba`` Supported
``Zbb`` Supported
``Zbc`` Supported
- ``Zbkb`` Supported (`See note <#riscv-scalar-crypto-note1>`_)
+ ``Zbkb`` Supported (`See note <#riscv-scalar-crypto-note1>`__)
``Zbkc`` Supported
- ``Zbkx`` Supported (`See note <#riscv-scalar-crypto-note1>`_)
+ ``Zbkx`` Supported (`See note <#riscv-scalar-crypto-note1>`__)
``Zbs`` Supported
``Zdinx`` Assembly Support
``Zfh`` Supported
@@ -71,22 +71,22 @@ on support follow.
``Zicboz`` Assembly Support
``Zihintpause`` Assembly Support
``Zkn`` Supported
- ``Zknd`` Supported (`See note <#riscv-scalar-crypto-note2>`_)
- ``Zkne`` Supported (`See note <#riscv-scalar-crypto-note2>`_)
- ``Zknh`` Supported (`See note <#riscv-scalar-crypto-note2>`_)
- ``Zksed`` Supported (`See note <#riscv-scalar-crypto-note2>`_)
- ``Zksh`` Supported (`See note <#riscv-scalar-crypto-note2>`_)
+ ``Zknd`` Supported (`See note <#riscv-scalar-crypto-note2>`__)
+ ``Zkne`` Supported (`See note <#riscv-scalar-crypto-note2>`__)
+ ``Zknh`` Supported (`See note <#riscv-scalar-crypto-note2>`__)
+ ``Zksed`` Supported (`See note <#riscv-scalar-crypto-note2>`__)
+ ``Zksh`` Supported (`See note <#riscv-scalar-crypto-note2>`__)
``Zk`` Supported
``Zkr`` Supported
``Zks`` Supported
``Zkt`` Supported
``Zmmul`` Supported
- ``Zve32x`` (`Partially <#riscv-vlen-32-note>`_) Supported
- ``Zve32f`` (`Partially <#riscv-vlen-32-note>`_) Supported
+ ``Zve32x`` (`Partially <#riscv-vlen-32-note>`__) Supported
+ ``Zve32f`` (`Partially <#riscv-vlen-32-note>`__) Supported
``Zve64x`` Supported
``Zve64f`` Supported
``Zve64d`` Supported
- ``Zvl32b`` (`Partially <#riscv-vlen-32-note>`_) Supported
+ ``Zvl32b`` (`Partially <#riscv-vlen-32-note>`__) Supported
``Zvl64b`` Supported
``Zvl128b`` Supported
``Zvl256b`` Supported
More information about the llvm-commits
mailing list