Skip to content

Commit

Permalink
docs: add debugging for Documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Jan 16, 2024
1 parent 5397e9f commit 8675bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)

ENV["GKSwstype"] = "100"
ENV["JULIA_DEBUG"] = "Documenter"
using Plots

include("pages.jl")
Expand Down

0 comments on commit 8675bcb

Please sign in to comment.