]> granicus.if.org Git - llvm/commit
[docs] Update code block for compatibility with Sphinx 1.5.1
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 6 Nov 2017 11:47:24 +0000 (11:47 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 6 Nov 2017 11:47:24 +0000 (11:47 +0000)
commit2b2534cd8576698e14c131a23f3000d4443a8c24
tree199b4e18794fed717e05192cc61ac8d9da700b3b
parent84066df4d901cc3985f88d55b74a9157a38bdeb0
[docs] Update code block for compatibility with Sphinx 1.5.1

It is currently not possible to build the documentation with cmake and
the same version of Sphinx (1.5.1) used to generate the public facing
documentation on llvm.org. When code blocks cannot be parsed by
Pygments, it generates a warning which is treated as an error.

In addition to being annoying and confusing for developers, this
needlessly increases the bar for newcomers that want to get involved.

This patch removes the language specifier from the affected block. The
result is the same as when parsing fails: the block are not highlighted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317472 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/lli.rst
docs/CommandGuide/llvm-pdbutil.rst
docs/GetElementPtr.rst
docs/LangRef.rst
docs/SourceLevelDebugging.rst