From 3d89b1767ae10720ad4869475dab3af83bf1d1a7 Mon Sep 17 00:00:00 2001 From: daslu Date: Mon, 15 Apr 2024 08:27:01 +0300 Subject: [PATCH] README - added a comment about the Quarto version to use for docs --- README-source.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README-source.md b/README-source.md index 76931a7..30aa73f 100644 --- a/README-source.md +++ b/README-source.md @@ -90,6 +90,8 @@ To generate `README.md`, run the `generate!` function at the [dev/readme_generat To generate the detailed documentation, call the following. You will need the Quarto CLI [installed](https://quarto.org/docs/get-started/) in your system. +Currently (April 2024), we use Quarto's [v1.5.10 pre-release](https://github.com/quarto-dev/quarto-cli/releases/tag/v1.5.10) (specifically this version, not the later ones) due to some Quarto bugs. + ```{clojure eval=FALSE} (require '[scicloj.clay.v2.api :as clay]) (clay/make! {:format [:quarto :html] diff --git a/README.md b/README.md index d1a6765..b17cd11 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ To generate `README.md`, run the `generate!` function at the [dev/readme_generat To generate the detailed documentation, call the following. You will need the Quarto CLI [installed](https://quarto.org/docs/get-started/) in your system. +Currently (April 2024), we use Quarto's [v1.5.10 pre-release](https://github.com/quarto-dev/quarto-cli/releases/tag/v1.5.10) (specifically this version, not the later ones) due to some Quarto bugs. + ```{clojure} (require '[scicloj.clay.v2.api :as clay]) (clay/make! {:format [:quarto :html]