[clang] Add Documentation for Execution Results Handling in Clang-Repl (PR #65650)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 4 02:49:29 PDT 2023
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 b6f6fe98a856e9ce8ab945ef18d49291a8486acc..001c8fe5627bb83c71a11535889d3c717a869df5 clang/docs/conf.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- conf.py 2023-10-04 09:37:02.000000 +0000
+++ conf.py 2023-10-04 09:49:21.120871 +0000
@@ -35,11 +35,11 @@
import sphinx
if sphinx.version_info >= (3, 0):
extensions.append("myst_parser")
- extensions.append('sphinx.ext.graphviz')
+ extensions.append("sphinx.ext.graphviz")
# The encoding of source files.
# source_encoding = 'utf-8-sig'
# The master toctree document.
``````````
</details>
https://github.com/llvm/llvm-project/pull/65650
More information about the cfe-commits
mailing list