fixed deprecated warning for format = html

This commit is contained in:
Reza Rastak
2019-02-27 21:35:50 -08:00
parent a07d5536c5
commit 190644ffa9
+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",