Skip to content

Commit

Permalink
update make.jl for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Feb 1, 2024
1 parent f4e443b commit 47aec0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ include("customdocs.jl")
makedocs(
sitename = "PythonCall & JuliaCall",
modules = [PythonCall],
format = Documenter.HTML(
assets = ["assets/favicon.ico"],
),
warnonly = [:missing_docs], # avoid raising error when docs are missing
pages = [
"Home" => "index.md",
Expand Down

0 comments on commit 47aec0b

Please sign in to comment.