Skip to content

Commit

Permalink
Enable fast mode (#157)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jcheng5 committed Jun 14, 2024
1 parent 4b1b434 commit c6cba08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ filters:
- interlinks

interlinks:
fast: true
sources:
python:
url: https://docs.python.org/3/
Expand Down

0 comments on commit c6cba08

Please sign in to comment.