Skip to content

Commit

Permalink
Disable doctesting
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Aug 17, 2024
1 parent 5438944 commit f5b4371
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 @@ -5,7 +5,7 @@ DocMeta.setdocmeta!(ProteinChains, :DocTestSetup, :(using ProteinChains); recurs

makedocs(;
modules=[ProteinChains],
authors="anton083 <[email protected]> and contributors",
authors="Anton Oresten <[email protected]> and contributors",
sitename="ProteinChains.jl",
format=Documenter.HTML(;
canonical="https://MurrellGroup.github.io/ProteinChains.jl",
Expand All @@ -15,6 +15,7 @@ makedocs(;
pages=[
"Home" => "index.md",
],
doctest=false,
)

deploydocs(;
Expand Down

0 comments on commit f5b4371

Please sign in to comment.