Skip to content

Commit c063b48

Browse files
committed
get assets working
1 parent 7082cbf commit c063b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/physics"]),
1717
"mathtools"])))
1818

1919
makedocs(; sitename="MultiTensorKit.jl", modules=[MultiTensorKit],
20-
# assets=["assets/custom.css"],
2120
authors="Boris De Vos, Laurens Lootens and Lukas Devos",
2221
pages=pages, pagesonly=true, plugins=[bib],
23-
format=Documenter.HTML(; mathengine=mathengine))
22+
format=Documenter.HTML(; prettyurls=true, mathengine=mathengine,
23+
assets=["assets/custom.css"]))
2424

25-
deploydocs(; repo="https://github.com/QuantumKitHub/MultiTensorKit.jl")
25+
deploydocs(; repo="https://github.com/QuantumKitHub/MultiTensorKit.jl", push_preview = true)

0 commit comments

Comments
 (0)