diff --git a/README.md b/README.md index a19b64e15..9d74b6620 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,6 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e. - The `master` branch contains the quarto source - The `gh-pages` branch contains the `html` version of these documents compiled from the `master` branch. -> [!NOTE] -> Due to [an incompatibility between Bijectors.jl and -> Enzyme.jl](https://github.com/TuringLang/Bijectors.jl/pull/341), the docs -> currently must be built with Julia 1.10. You can do this either by making -> Julia 1.10 your default Julia version (`juliaup default 1.10`), or by -> explicitly specifying Julia 1.10 when running Quarto: -> -> ```bash -> QUARTO_JULIA=$(julia +1.10 -e "println(Sys.BINDIR)")/julia quarto render -> ``` - ## Local development To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed.