Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Jan 13, 2020
1 parent b83a986 commit 08f15cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Documenter, AutoViz

makedocs(modules = [AutoViz],
format = :html,
format = Documenter.HTML(),
sitename="AutoViz.jl")

deploydocs(
repo = "github.com/sisl/AutoViz.jl.git"
)
)

0 comments on commit 08f15cc

Please sign in to comment.