[llvm] r276018 - This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11921/steps/docs-llvm-html/logs/stdio). Setting the code highlighting to none instead of llvm to hopefully get the bot stumbling back towards green.

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 13:20:04 PDT 2016


Author: aaronballman
Date: Tue Jul 19 15:20:03 2016
New Revision: 276018

URL: http://llvm.org/viewvc/llvm-project?rev=276018&view=rev
Log:
This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11921/steps/docs-llvm-html/logs/stdio). Setting the code highlighting to none instead of llvm to hopefully get the bot stumbling back towards green.

Modified:
    llvm/trunk/docs/BitCodeFormat.rst

Modified: llvm/trunk/docs/BitCodeFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.rst?rev=276018&r1=276017&r2=276018&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.rst (original)
+++ llvm/trunk/docs/BitCodeFormat.rst Tue Jul 19 15:20:03 2016
@@ -596,7 +596,7 @@ will be encoded as 1.
 
 For example, instead of
 
-.. code-block:: llvm
+.. code-block:: none
 
   #n = load #n-1
   #n+1 = icmp eq #n, #const0
@@ -604,7 +604,7 @@ For example, instead of
 
 version 1 will encode the instructions as
 
-.. code-block:: llvm
+.. code-block:: none
 
   #n = load #1
   #n+1 = icmp eq #1, (#n+1)-#const0




More information about the llvm-commits mailing list