Skip to content

Commit

Permalink
Fix TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Jul 30, 2023
1 parent a1c557c commit f671ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OrderedCollections = "1"
PyCall = "1"
Reexport = "1"
Revise = "3"
StatsBase = "0.33"
StatsBase = "0.34"
julia = "1"

[extras]
Expand Down
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DocMeta.setdocmeta!(SoleFeatures, :DocTestSetup, :(using SoleFeatures); recursiv

makedocs(;
modules=[SoleFeatures],
authors="Eduard I. STAN, Giovanni PAGLIARINI",
authors="Patrik Cavina, Giovanni Pagliarini, Eduard I. Stan",
repo="https://github.com/aclai-lab/SoleFeatures.jl/blob/{commit}{path}#{line}",
sitename="SoleFeatures.jl",
format=Documenter.HTML(;
Expand All @@ -20,4 +20,7 @@ makedocs(;

deploydocs(;
repo="github.com/aclai-lab/SoleFeatures.jl",
target = "build",
branch = "gh-pages",
versions = ["main" => "main", "stable" => "v^", "v#.#", "dev" => "dev"],
)

0 comments on commit f671ea3

Please sign in to comment.