[clang] c0a5374 - Another round of speculative fixes for Clang sphinx

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 10:27:40 PST 2023


Author: Aaron Ballman
Date: 2023-01-11T13:27:33-05:00
New Revision: c0a5374140262786a9f23aa5975f22ad4eec3b85

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

LOG: Another round of speculative fixes for Clang sphinx

It seems that changing Format.h is insufficient to get the docs to
rebuild? Changing the .rst file directly to at least see if that gets
the bot back to green finally.

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 7fe74f2d4e3b8..3b3079584db7a 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -3231,7 +3231,7 @@ the configuration (without a prefix: ``Auto``).
 
   * ``int8_t Decimal`` Format separators in decimal literals.
 
-    .. code-block:: c++
+    .. code-block:: text
 
        -1: 18446744073709550592ull
         0: 184467'440737'0'95505'92ull
@@ -3239,7 +3239,7 @@ the configuration (without a prefix: ``Auto``).
 
   * ``int8_t Hex`` Format separators in hexadecimal literals.
 
-    .. code-block:: c++
+    .. code-block:: text
 
        -1: 0xDEADBEEFDEADBEEFuz
         0: 0xDEAD'BEEF'DE'AD'BEE'Fuz


        


More information about the cfe-commits mailing list