From c66811b7222ea89fbbb9e5f7b9575816c8775261 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Mon, 20 Jan 2025 15:59:56 +0000 Subject: [PATCH] Quarto 1.6 is no longer prerelease --- .github/workflows/preview.yml | 3 --- .github/workflows/publish.yml | 3 --- README.md | 4 +--- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bfe2d10f9..447158b1c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -40,9 +40,6 @@ jobs: - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 - with: - # Needs Quarto 1.6 to fix #533, which is currently a pre-release version - version: pre-release - name: Restore cached _freeze folder id: cache-restore diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 37826943d..af4c8cef1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,9 +36,6 @@ jobs: - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 - with: - # Needs Quarto 1.6 to fix #533, which is currently a pre-release version - version: pre-release - name: Install jq run: sudo apt-get install jq diff --git a/README.md b/README.md index 9d74b6620..bdfe4e092 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e. ## Local development To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed. -Make sure you have at least version 1.5 of Quarto installed, as this is required to correctly run [the native Julia engine](https://quarto.org/docs/computations/julia.html#using-the-julia-engine). -Ideally, you should use Quarto 1.6.31 or later as this version fixes [a bug which causes random number generation between different cells to not be deterministic](https://github.com/TuringLang/docs/issues/533). -Note that as of October 2024, Quarto 1.6 is a pre-release version, so you may need to install it from source rather than via a package manager like Homebrew. +Make sure you have at least version 1.6.31 of Quarto installed, as this version contains a fix for [a bug where random number generation in different cells was not deterministic](https://github.com/TuringLang/docs/issues/533). Once you have Quarto installed, you can follow these steps: