[flang-commits] [flang] [Flang] Add Sphinx man page support for Flang (PR #141882)

via flang-commits flang-commits at lists.llvm.org
Thu May 29 00:40:53 PDT 2025


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 HEAD~1...HEAD flang/docs/conf.py
``````````

</details>

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

``````````diff
--- conf.py	2025-05-29 00:21:16.000000 +0000
+++ conf.py	2025-05-29 07:40:22.608149 +0000
@@ -225,13 +225,11 @@
 
 # -- Options for manual page output --------------------------------------------
 
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
-man_pages = [
-    ('index', 'flang', 'Flang Documentation', ['Flang Contributors'], 1)
-]
+man_pages = [("index", "flang", "Flang Documentation", ["Flang Contributors"], 1)]
 
 # If true, show URL addresses after external links.
 # man_show_urls = False
 
 

``````````

</details>


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


More information about the flang-commits mailing list