fixed deprecated warning for format = html

This commit is contained in:
Reza Rastak
2019-02-27 21:35:50 -08:00
parent ee8da9dc8c
commit 647ed291b3
+1 -1
View File
@@ -254,7 +254,7 @@ PAGES = [
@info("Pages in documentation", PAGES)
makedocs(modules=[JuliaFEM],
format = :html,
format = Documenter.HTML(),
checkdocs = :all,
sitename = "JuliaFEM",
analytics = "UA-83590644-1",