Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
YichengDWu authored Oct 14, 2022
1 parent cd1a174 commit d02dcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bib = CitationBibliography(joinpath(@__DIR__, "bibliography.bib"); sorting=:nyt)
DocMeta.setdocmeta!(Sophon, :DocTestSetup, :(using Sophon); recursive=true)

makedocs(bib; modules=[Sophon], sitename="Sophon.jl",
repo="https://github.com/YichengDWu/Sophon.jl/blob/{commit}{path}#{line}",
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://YichengDWu.github.io/Sophon.jl",
edit_link="main", assets=String[indigo]),
Expand Down

0 comments on commit d02dcd2

Please sign in to comment.