Skip to content

Commit

Permalink
allow latex format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 12, 2023
1 parent 3830181 commit b4b15ef
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 @@ -7,8 +7,15 @@ _pages = [
]
# ============================

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

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

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

0 comments on commit b4b15ef

Please sign in to comment.