Skip to content

Commit

Permalink
Updating the Documenter version (#46)
Browse files Browse the repository at this point in the history
The current release is now v0.23.
  • Loading branch information
Nosferican authored and KristofferC committed Sep 5, 2019
1 parent f968c69 commit 75fa835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.20"
Documenter = "0.23"
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ using Documenter, Example

makedocs(modules = [Example], sitename = "Example.jl")

deploydocs(
repo = "github.com/JuliaLang/Example.jl.git",
)
deploydocs(repo = "github.com/JuliaLang/Example.jl.git")

0 comments on commit 75fa835

Please sign in to comment.