tweak site name

This commit is contained in:
Mike J Innes 2017-01-16 17:11:07 +01:00
parent 4fe0ed14c2
commit 6c8e1cfa1a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ makedocs(modules=Module[Flux],
doctest=false, clean=true,
format = :html,
analytics = "UA-36890222-9",
sitename="Flux Documentation",
sitename="Flux",
pages = [
"Home" => "index.md",
])