[Lldb-commits] [lldb] [lldb][Docs] Add edit link to docs pages (PR #102144)

via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 6 06:58:44 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 4c670b266a10d613a58b71cc9c3d3a21cb6dc36b...8fddf6f57dcb4bcdef78139f49718fcc2ea0fd20 lldb/docs/conf.py
``````````

</details>

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

``````````diff
--- conf.py	2024-08-06 13:47:48.000000 +0000
+++ conf.py	2024-08-06 13:58:14.091861 +0000
@@ -165,13 +165,13 @@
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
 html_theme_options = {
-  "source_repository": "https://github.com/llvm/llvm-project",
-  "source_branch": "main",
-  "source_directory": "lldb/docs/",
+    "source_repository": "https://github.com/llvm/llvm-project",
+    "source_branch": "main",
+    "source_directory": "lldb/docs/",
 }
 
 # Add any paths that contain custom themes here, relative to this directory.
 # html_theme_path = []
 

``````````

</details>


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


More information about the lldb-commits mailing list