Skip to content

Commit

Permalink
update with possibility for latex format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 12, 2023
1 parent 60b93ce commit 7372b46
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ _pages = [
]
# ============================

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

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

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

0 comments on commit 7372b46

Please sign in to comment.