Skip to content

Commit

Permalink
README - added a comment about the Quarto version to use for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Apr 15, 2024
1 parent d12a59e commit 3d89b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3d89b17

Please sign in to comment.