We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21770f3 commit 25ba8dcCopy full SHA for 25ba8dc
docs/make.jl
@@ -5,10 +5,9 @@ makedocs(
5
assets = [
6
asset("assets/style.css", islocal=true),
7
asset("assets/favicon.ico", islocal=true),
8
- asset("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap", class=:css)
9
]
10
),
11
- sitename = "",
+ sitename = "OnlineStats Docs",
12
modules = [OnlineStats, OnlineStatsBase],
13
authors = "Josh Day",
14
clean = true,
0 commit comments