[llvm-branch-commits] [libcxx] [libc++][docs] Finish MyST migration (PR #221513)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Sep 5 21:03:48 PDT 2026
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 origin/main...HEAD libcxx/docs/conf.py libcxx/utils/generate_feature_test_macro_components.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- utils/generate_feature_test_macro_components.py 2026-09-05 05:06:58.000000 +0000
+++ utils/generate_feature_test_macro_components.py 2026-09-06 04:03:07.622545 +0000
@@ -2137,11 +2137,13 @@
:widths: auto
{status_tables}
```
-""".format(status_tables=create_table(get_status_table(), 4))
+""".format(
+ status_tables=create_table(get_status_table(), 4)
+ )
table_doc_path = os.path.join(docs_path, "FeatureTestMacroTable.md")
with open(table_doc_path, "w", newline="\n") as f:
f.write(doc_str)
``````````
</details>
https://github.com/llvm/llvm-project/pull/221513
More information about the llvm-branch-commits
mailing list