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 dc9db1c commit c1b2e37Copy full SHA for c1b2e37
docs/make.jl
@@ -5,7 +5,7 @@ makedocs(
5
authors="Chris Rackauckas",
6
modules=[NonlinearSolve],
7
clean=true,doctest=false,
8
- format = Documenter.HTML(#analytics = "UA-90474609-3",
+ format = Documenter.HTML(analytics = "UA-90474609-3",
9
assets = ["assets/favicon.ico"],
10
canonical="https://nonlinearsolve.sciml.ai/stable/"),
11
pages=[
0 commit comments