Skip to content

Commit

Permalink
now docs should render
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored May 16, 2024
1 parent e5b8578 commit 8e81d77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ pages = [
#####

format = Documenter.HTML(collapselevel = 1,
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://simone-silvestri.github.io/OrthogonalSphericalShellGrids/stable/",
mathengine = MathJax3(),
size_threshold = 3 * 1024^2)

makedocs(sitename = "OrthogonalSphericalShellGrids.jl",
authors = "Simone Silvestri",
pages = pages,
format = format = Documenter.HTML(),
format = format,
doctest = true, # set to false to speed things up
clean = true,
checkdocs = :exports) # set to :none to speed things up
Expand Down

0 comments on commit 8e81d77

Please sign in to comment.