From 39089bec2ea32bd2bf6548633f25f2994ca38475 Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Thu, 13 Jun 2024 10:36:37 -0700 Subject: [PATCH] Enable fast mode This has two effects: making the build faster, as quarto render currently uses a slow Lua JSON parser to deserialize objects.json on every page render; and generating an objects.txt file, which can be used by sphinx so that downstream projects can interlink with us. --- _quarto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_quarto.yml b/_quarto.yml index 41428f6b..fc49a68c 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -40,6 +40,7 @@ filters: - interlinks interlinks: + fast: true sources: python: url: https://docs.python.org/3/