[libc-commits] [libc] [libc][doc] Remove ToC incompatible with Furo (PR #188720)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Thu Mar 26 03:54:24 PDT 2026


https://github.com/kaladron created https://github.com/llvm/llvm-project/pull/188720

None

>From 1d9308c83cea1f089c1786a6ad863a6f0fe7bb97 Mon Sep 17 00:00:00 2001
From: Jeff Bailey <jbailey at raspberryginger.com>
Date: Thu, 26 Mar 2026 10:53:43 +0000
Subject: [PATCH] [libc][doc] Remove ToC incompatible with Furo

---
 libc/docs/dev/implementing_a_function.rst | 4 ----
 1 file changed, 4 deletions(-)

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
 ========
 



More information about the libc-commits mailing list