[clang] 4901245 - Fix Clang sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 17 04:57:39 PST 2023


Author: Aaron Ballman
Date: 2023-02-17T07:57:31-05:00
New Revision: 4901245481b6588056638b8fc38598615039314a

URL: https://github.com/llvm/llvm-project/commit/4901245481b6588056638b8fc38598615039314a
DIFF: https://github.com/llvm/llvm-project/commit/4901245481b6588056638b8fc38598615039314a.diff

LOG: Fix Clang sphinx build

This addresses issues found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/40269

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 70a91bab0cb2..b6d347392955 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -83,7 +83,7 @@ C Language Changes
 ------------------
 - Support for outputs from asm goto statements along indirect edges has been
   added. This fixes
-  `Issue 53562 <https://github.com/llvm/llvm-project/issues/53562`_.
+  `Issue 53562 <https://github.com/llvm/llvm-project/issues/53562>`_.
 
 C2x Feature Support
 ^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list