Skip to content

Commit

Permalink
Try docs one more tiime
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWillFlood committed Mar 24, 2024
1 parent 9a35c2a commit d99b89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ version = "1.6.0"

[[EntropyHub]]
deps = ["Clustering", "Combinatorics", "DSP", "DataInterpolations", "DelimitedFiles", "FFTW", "GroupSlices", "HTTP", "LinearAlgebra", "Plots", "Random", "Statistics", "StatsBase", "StatsFuns"]
git-tree-sha1 = "430c5fe7de8e4858a0afda38cdb68a4c4e6ade61"
git-tree-sha1 = "1fbfbdbc94d892237ebe69259ab32d11d3bb03ed"
repo-rev = "master"
repo-url = "https://github.com/MattWillFlood/EntropyHub.jl.git"
uuid = "3938faea-3bfa-4bc3-8092-0c6746ff9af1"
version = "1.0.0"

Expand Down
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ DocMeta.setdocmeta!(EntropyHub, :DocTestSetup, :(using EntropyHub); recursive=tr
makedocs(
modules=[EntropyHub],
authors="Matthew W. Flood <[email protected]>",
repo="https://github.com/MattWillFlood/EntropyHub.jl/blob/{commit}{path}#{line}",
#repo="https://github.com/MattWillFlood/EntropyHub.jl/blob/{commit}{path}#{line}",
#repo = Remotes.repourl("https://github.com/MattWillFlood/EntropyHub.jl"),
sitename="EntropyHub.jl",
doctest=false,
clean=true,
Expand Down Expand Up @@ -42,7 +43,7 @@ makedocs(

deploydocs(
repo="github.com/MattWillFlood/EntropyHub.jl.git",
versions = ["stable" => "v^", "v#.#.#"],
versions = ["stable" => "v^", "v#.#",],
#versions = nothing,
)

Expand Down

0 comments on commit d99b89d

Please sign in to comment.