From e852ca2a551b0a09e0c0c305babb98eb65c8f036 Mon Sep 17 00:00:00 2001 From: Grace Date: Mon, 3 Feb 2025 14:29:50 +0000 Subject: [PATCH] Configure TypeDoc to exclude externals --- typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 07f761c..9308f46 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,5 +9,6 @@ "out": "./docs/build", "readme": "./README.md", "headings": { "readme": false }, - "customCss": "./docs/custom.css" + "customCss": "./docs/custom.css", + "excludeExternals": true }