Skip to content

Commit c1df268

Browse files
authored
Remove outdated note in README
1 parent ac68eb0 commit c1df268

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e.
44
- The `master` branch contains the quarto source
55
- The `gh-pages` branch contains the `html` version of these documents compiled from the `master` branch.
66

7-
> [!NOTE]
8-
> Due to [an incompatibility between Bijectors.jl and
9-
> Enzyme.jl](https://github.com/TuringLang/Bijectors.jl/pull/341), the docs
10-
> currently must be built with Julia 1.10. You can do this either by making
11-
> Julia 1.10 your default Julia version (`juliaup default 1.10`), or by
12-
> explicitly specifying Julia 1.10 when running Quarto:
13-
>
14-
> ```bash
15-
> QUARTO_JULIA=$(julia +1.10 -e "println(Sys.BINDIR)")/julia quarto render
16-
> ```
17-
187
## Local development
198

209
To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed.

0 commit comments

Comments
 (0)