[all-commits] [llvm/llvm-project] d95017: Add missing description to llvm-remarkutil doc header

Jessica Paquette via All-commits all-commits at lists.llvm.org
Mon Sep 12 15:19:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d950172a4fd9ae66df6a2ad020b26a9cbcd9800b
      https://github.com/llvm/llvm-project/commit/d950172a4fd9ae66df6a2ad020b26a9cbcd9800b
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M llvm/docs/CommandGuide/LLVMRemarkUtil.rst

  Log Message:
  -----------
  Add missing description to llvm-remarkutil doc header

Doc builder caught this:

```
File ".../llvm/src/llvm/docs/conf.py", line 271, in process_rst
name,description = title.split(' - ', 1)
ValueError: not enough values to unpack (expected 2, got 1)
```




More information about the All-commits mailing list