Skip to content

Commit

Permalink
Merge pull request #110 from albertomercurio/dev/patch-1
Browse files Browse the repository at this point in the history
Add favicon for the documentation website
  • Loading branch information
ytdHuang authored May 21, 2024
2 parents 71b22cd + cf60079 commit f8b508d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using QuantumToolbox
using Documenter

ENV["GKSwstype"] = "100" # enable headless mode for GR to suppress warnings when plotting

DocMeta.setdocmeta!(QuantumToolbox, :DocTestSetup, :(using QuantumToolbox); recursive=true)

makedocs(;
Expand All @@ -14,7 +12,9 @@ makedocs(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://albertomercurio.github.io/QuantumToolbox.jl",
edit_link="main",
assets=String[],
assets=[
"assets/favicon.ico"
],
mathengine = MathJax3(Dict(
:loader => Dict("load" => ["[tex]/physics"]),
:tex => Dict(
Expand Down
Binary file added docs/src/assets/favicon.ico
Binary file not shown.

0 comments on commit f8b508d

Please sign in to comment.