[clang-tools-extra] 66ac212 - Speculatively fix the Sphinx builder.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 08:36:28 PDT 2020


Author: Aaron Ballman
Date: 2020-09-10T11:35:10-04:00
New Revision: 66ac212ea97a529e171a7b8aea10638d7b9b9907

URL: https://github.com/llvm/llvm-project/commit/66ac212ea97a529e171a7b8aea10638d7b9b9907
DIFF: https://github.com/llvm/llvm-project/commit/66ac212ea97a529e171a7b8aea10638d7b9b9907.diff

LOG: Speculatively fix the Sphinx builder.

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 192f200f34ac..563c0eced92e 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -70,7 +70,7 @@ Improvements to clang-tidy
 New modules
 ^^^^^^^^^^^
 
-- New :doc:`altera <clang-tidy/modules/altera>` module.
+- New ``altera`` module.
 
   Includes checks related to OpenCL for FPGA coding guidelines, based on the
   `Altera SDK for OpenCL: Best Practices Guide


        


More information about the cfe-commits mailing list