From the root of the Pigeons repo:
$ julia
julia> include("docs/make.jl")
To view the generated website, use LiveServer (but don't add it to the Project file)
using LiveServer
serve(dir="docs/build")
If the documentation build hangs (Julia-Tempering#60) a workaround is the following:
- start a REPL in VSCode
- run the documentation from there
See docs/toggle.jl
.