Skip to content

Commit f6aa0c5

Browse files
committed
fix doc
1 parent 8228800 commit f6aa0c5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

llvm/docs/CommandGuide/llvm-mustache-spec.rst renamed to llvm/docs/CommandGuide/llvm-mustachespec.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
llvm-mustache-spec
2-
==================
1+
llvm-mustachespec
2+
=================
33

44
llvm-mustachespec test the mustache spec conformance of the LLVM
55
mustache library. The spec can be found here https://github.com/mustache/spec

llvm/docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,7 @@ def process_rst(name):
283283
file=sys.stderr,
284284
)
285285
# Split the name out of the title.
286-
try:
287-
name, description = title.split(" - ", 1)
288-
except:
289-
raise ValueError(title)
290-
286+
name, description = title.split(" - ", 1)
291287
man_pages.append(
292288
(file_subpath.replace(".rst", ""), name, description, man_page_authors, 1)
293289
)

llvm/test/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def get_asan_rtlib():
233233
"llvm-c-test",
234234
"llvm-cxxfilt",
235235
"llvm-xray",
236+
"llvm-mustachespec"
236237
"yaml2obj",
237238
"obj2yaml",
238239
"yaml-bench",

0 commit comments

Comments
 (0)