Skip to content

Commit

Permalink
add pages to make file
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Nov 21, 2024
1 parent bd258c0 commit ce10119
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ENV["GKSwstype"] = "100"

include("make_md_examples.jl")

include("pages.jl")

makedocs(;
sitename="HarmonicBalance.jl",
authors="Quest group",
Expand All @@ -38,10 +40,10 @@ makedocs(;
devbranch="master",
devurl="dev",
),
pages = PAGES,
pages = pages,
source="src",
build="build",
draft=false,
draft=true,
warnonly=true,
doctest=false, # We test it in the CI, no need to run it here
plugins=[bib],
Expand Down

0 comments on commit ce10119

Please sign in to comment.