Skip to content

Commit

Permalink
update format of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 12, 2023
1 parent 75227d9 commit 00209fa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ _pages = [
]

# ============================
format = Documenter.HTML(edit_link = "master",
prettyurls = get(ENV, "CI", nothing) == "true",
)

# format = Documenter.LaTeX(platform="none")

makedocs(
sitename="SpinGlassNetworks",
sitename="SpinGlassNetworks.jl",
modules = [SpinGlassNetworks],
pages = _pages
pages = _pages,
format = format
)

0 comments on commit 00209fa

Please sign in to comment.