[Lldb-commits] [lldb] [lldb][man][nfc] Don't register a markdown parser when building man packages (PR #98420)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 10 17:20:02 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 131eb30584333b61888735b4fefe53dd25b741e0...fab10fb2efe8265d1b403a650dbd2d3348f29b73 lldb/docs/conf.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- conf.py 2024-07-10 22:56:39.000000 +0000
+++ conf.py 2024-07-11 00:19:37.080545 +0000
@@ -92,11 +92,11 @@
}
# Man pages do not use markdown pages, so we don't need to register a markdown
# parser.
if not building_man_page:
- source_suffix[".md"] = "markdown"
+ source_suffix[".md"] = "markdown"
# The encoding of source files.
# source_encoding = 'utf-8-sig'
# The master toctree document.
``````````
</details>
https://github.com/llvm/llvm-project/pull/98420
More information about the lldb-commits
mailing list