using Pkg using Documenter pkg_path = abspath(joinpath(@__DIR__, "..")) Pkg.develop(path = pkg_path) using TUG makedocs( sitename = "TUG Documentation", modules = [TUG], format = Documenter.HTML(), remotes = nothing, )