Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
Devetak committed Jan 22, 2024
1 parent 301d06d commit 096c0c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
using Documenter
using DiscoDiff

makedocs(sitename = "DiscoDiff.jl Documentation", modules = [DiscoDiff])
makedocs(
sitename = "DiscoDiff.jl Documentation",
modules = [DiscoDiff],
format = Documenter.HTML(pretyurls = false),
pages = ["Home" => "index.md"],
)

0 comments on commit 096c0c1

Please sign in to comment.