From 9e6bd128f256ee18a6a22a4ccca612ee85277d93 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Thu, 26 Mar 2026 13:42:03 +0000 Subject: [PATCH] [libc][doc] Remove ToC incompatible with Furo (#188720) Thanks to @Sukumarsawant for spotting this! --- 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 a5bca9e980ef..5e5871fc610d 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 ========