Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang authored Sep 5, 2024
1 parent dfd7f8d commit f98ff61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Literate
using Documenter, HierarchicalEOM

const DRAFT = false # set `true` to disable cell evaluation
const DRAFT = true # set `true` to disable cell evaluation

ENV["GKSwstype"] = "100" # enable headless mode for GR to suppress warnings when plotting

Expand Down Expand Up @@ -115,4 +115,4 @@ makedocs(;
draft = DRAFT
)

deploydocs(; repo="github.com/qutip/HierarchicalEOM.jl", devbranch = "main")
deploydocs(; repo="github.com/qutip/HierarchicalEOM.jl", devbranch = "main")

0 comments on commit f98ff61

Please sign in to comment.