diff --git a/docs/make.jl b/docs/make.jl index f08c26d..0a559ba 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,4 +20,6 @@ makedocs(; deploydocs(; repo="github.com/MurrellGroup/Jjama3.jl", devbranch="main", + devurl="dev", + versions = ["stable" => "v^", "v#.#", devurl => devurl], )