Skip to content

Building doc (Documenter.jl)

Jean-Baptiste Caillau edited this page Aug 11, 2024 · 5 revisions

While it does not seem possible to add a dependence towards the current package when building the doc with GitHub CI, it is needed to build the doc locally. The following works (note the dev to enforce using the local version):

julia> Pkg.develop(path="/home/jcaillau/OptimalControl.jl"); include("make.jl"); Pkg.rm("OptimalControl")
Clone this wiki locally