[libc-commits] [libc] 9e6bd12 - [libc][doc] Remove ToC incompatible with Furo (#188720)
via libc-commits
libc-commits at lists.llvm.org
Thu Mar 26 06:42:09 PDT 2026
Author: Jeff Bailey
Date: 2026-03-26T13:42:03Z
New Revision: 9e6bd128f256ee18a6a22a4ccca612ee85277d93
URL: https://github.com/llvm/llvm-project/commit/9e6bd128f256ee18a6a22a4ccca612ee85277d93
DIFF: https://github.com/llvm/llvm-project/commit/9e6bd128f256ee18a6a22a4ccca612ee85277d93.diff
LOG: [libc][doc] Remove ToC incompatible with Furo (#188720)
Thanks to @Sukumarsawant for spotting this!
Added:
Modified:
libc/docs/dev/implementing_a_function.rst
Removed:
################################################################################
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