[llvm] [llvm][docs] Convert LLVM release notes to Markdown (PR #109107)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 02:23:12 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 b3470c3d7ab078b201bd65afc3b902d1ed41bc21...71edc87ab1c755fdd5556f563266e6ca41a910e3 llvm/docs/conf.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- conf.py	2024-09-18 08:39:29.000000 +0000
+++ conf.py	2024-09-18 09:22:44.921346 +0000
@@ -37,11 +37,11 @@
     extensions.append("myst_parser")
 except ImportError:
     if not tags.has("builder-man"):
         raise
 else:
-    myst_enable_extensions = ['substitution']
+    myst_enable_extensions = ["substitution"]
 
 # Automatic anchors for markdown titles
 myst_heading_anchors = 6
 myst_heading_slug_func = "llvm_slug.make_slug"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/109107


More information about the llvm-commits mailing list