Skip to content

Commit

Permalink
set pagesonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 26, 2024
1 parent 8f93a89 commit 0df0a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ makedocs(
"src/BcdiMeso.jl"=>Documenter.Remotes.GitHub("byu-cxi", "BcdiMeso.jl.git"),
"src/BcdiSimulate.jl"=>Documenter.Remotes.GitHub("byu-cxi", "BcdiSimulate.jl.git")
),
plugins = [bib]
plugins = [bib],
pagesonly = true
)

deploydocs(
Expand Down

0 comments on commit 0df0a73

Please sign in to comment.