Skip to content

Commit

Permalink
Merge pull request #19 from SebKrantz/development
Browse files Browse the repository at this point in the history
Revert make.jl.
  • Loading branch information
SebKrantz authored Sep 14, 2024
2 parents 2125e2d + 0c97d07 commit 5df218d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
using Documenter
using OptimalTransportNetworks

DocMeta.setdocmeta!(OptimalTransportNetworks, :DocTestSetup, :(using OptimalTransportNetworks); recursive=true)

makedocs(
modules = [OptimalTransportNetworks],
authors = "Sebastian Krantz",
repo = "https://github.com/SebKrantz/OptimalTransportNetworks.jl/blob/{commit}{path}#{line}",
sitename = "OptimalTransportNetworks.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://SebKrantz.github.io/OptimalTransportNetworks.jl",
edit_link = "main",
assets = String[],
modules = [OptimalTransportNetworks],
checkdocs = :none,
format = Documenter.HTML(
# Add these options for version switching
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://SebKrantz.github.io/OptimalTransportNetworks.jl/stable"
),
pages = [
"Home" => "index.md",
Expand All @@ -23,6 +19,6 @@ makedocs(
deploydocs(
repo = "github.com/SebKrantz/OptimalTransportNetworks.jl.git",
devbranch = "main",
tag = "stable",
push_preview = true,
versions = ["stable" => "v^", "dev" => "main"]
)

0 comments on commit 5df218d

Please sign in to comment.