Apply Blue style to docs file

This commit is contained in:
Thomas A. Christensen II 2023-01-03 21:59:31 -06:00
parent cb53defe9a
commit fb9ab68cca

View file

@ -19,10 +19,12 @@ makedocs(;
"Comparing variations" => "compare.md", "Comparing variations" => "compare.md",
"API Reference" => "api.md", "API Reference" => "api.md",
], ],
authors = replace(join(Pkg.TOML.parsefile("Project.toml")["authors"], ", "), r" <.*?>" => "" ) * ", The BioJulia Organisation, and other contributors." authors=replace(
join(Pkg.TOML.parsefile("Project.toml")["authors"], ", "), r" <.*?>" => ""
) * ", The BioJulia Organisation, and other contributors.",
) )
deploydocs( deploydocs(;
repo="github.com/BioJulia/SequenceVariation.jl.git", repo="github.com/BioJulia/SequenceVariation.jl.git",
devbranch="master", devbranch="master",
push_preview=true, push_preview=true,