Skip to content

Commit

Permalink
Add all versions released in the last year to the docs, because not a…
Browse files Browse the repository at this point in the history
…ll users have upgraded to latest release yet. (#723)
  • Loading branch information
termi-official committed May 23, 2023
1 parent 9776dab commit 2b6f9b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,20 @@ if !liveserver
@timeit dto "deploydocs" deploydocs(
repo = "github.com/Ferrite-FEM/Ferrite.jl.git",
push_preview=true,
versions = [
"stable" => "v^",
"v#.#",
"v0.3.13",
"v0.3.12",
"v0.3.11",
"v0.3.10",
"v0.3.9",
"v0.3.8",
"v0.3.7",
"v0.3.6",
"v0.3.5",
"dev" => "dev"
]
)
end

Expand Down

0 comments on commit 2b6f9b1

Please sign in to comment.