[llvm] db10b47 - Fix the LLVM sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 05:18:57 PDT 2022


Author: Aaron Ballman
Date: 2022-09-13T08:17:55-04:00
New Revision: db10b471047326bee7013d4ff4630fdbc34da8e3

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

LOG: Fix the LLVM sphinx build

This addresses the failures found in:
https://lab.llvm.org/buildbot/#/builders/30/builds/25899

Added: 
    llvm/docs/CommandGuide/llvm-remarkutil.rst

Modified: 
    

Removed: 
    llvm/docs/CommandGuide/LLVMRemarkUtil.rst


################################################################################
diff  --git a/llvm/docs/CommandGuide/LLVMRemarkUtil.rst b/llvm/docs/CommandGuide/llvm-remarkutil.rst
similarity index 90%
rename from llvm/docs/CommandGuide/LLVMRemarkUtil.rst
rename to llvm/docs/CommandGuide/llvm-remarkutil.rst
index 141ba421da741..401bc00848eed 100644
--- a/llvm/docs/CommandGuide/LLVMRemarkUtil.rst
+++ b/llvm/docs/CommandGuide/llvm-remarkutil.rst
@@ -1,5 +1,5 @@
 llvm-remarkutil - Remark utility
-==============================================================
+================================
 
 .. program:: llvm-remarkutil
 
@@ -23,28 +23,28 @@ Subcommands
 .. _bitstream2yaml_subcommand:
 
 bitstream2yaml
-~~~~~~
+~~~~~~~~~~~~~~
 
 .. program:: llvm-remarkutil bitstream2yaml
 
 USAGE: :program:`llvm-remarkutil` bitstream2yaml <input file> -o <output file>
 
 Summary
-^^^^^^^^^^^
+^^^^^^^
 
 Takes a bitstream remark file as input, and reserializes that file as YAML.
 
 .. _yaml2bitstream_subcommand:
 
 yaml2bitstream
-~~~~~~
+~~~~~~~~~~~~~~
 
 .. program:: llvm-remarkutil yaml2bitstream
 
 USAGE: :program:`llvm-remarkutil` yaml2bitstream <input file> -o <output file>
 
 Summary
-^^^^^^^^^^^
+^^^^^^^
 
 Takes a YAML remark file as input, and reserializes that file in the bitstream
 format.


        


More information about the llvm-commits mailing list