[libc-commits] [libc] [libc][doc] Remove ToC incompatible with Furo (PR #188720)
via libc-commits
libc-commits at lists.llvm.org
Thu Mar 26 06:42:46 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Jeff Bailey (kaladron)
<details>
<summary>Changes</summary>
Thanks to @<!-- -->Sukumarsawant for spotting this!
---
Full diff: https://github.com/llvm/llvm-project/pull/188720.diff
1 Files Affected:
- (modified) libc/docs/dev/implementing_a_function.rst (-4)
``````````diff
diff --git a/libc/docs/dev/implementing_a_function.rst b/libc/docs/dev/implementing_a_function.rst
index a5bca9e980ef6..5e5871fc610d0 100644
--- a/libc/docs/dev/implementing_a_function.rst
+++ b/libc/docs/dev/implementing_a_function.rst
@@ -6,10 +6,6 @@ Implementing a New Function
This guide provides a step-by-step walkthrough for adding a new function to LLVM-libc.
-.. contents:: Table of Contents
- :depth: 2
- :local:
-
Overview
========
``````````
</details>
https://github.com/llvm/llvm-project/pull/188720
More information about the libc-commits
mailing list