[clang] 8bc0a29 - [clang][docs] Fix sphinx bot

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Tue May 16 08:21:14 PDT 2023


Author: Timm Bäder
Date: 2023-05-16T17:20:40+02:00
New Revision: 8bc0a29f01050935bbeac6f1c3a5987e45eb3144

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

LOG: [clang][docs] Fix sphinx bot

Breakage:
https://lab.llvm.org/buildbot/#/builders/92/builds/44222

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 27728c697bdf..46260c4e0757 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -596,7 +596,7 @@ output format of the diagnostics that it generates.
             | int
 
 
-   With :option:`-fno-diagnostics-show-line-numbers`:
+   With -fno-diagnostics-show-line-numbers:
 
     ::
 


        


More information about the cfe-commits mailing list