Merge pull request #229 from rezarastak/master

fixed deprecated warning for format = html
This commit is contained in:
Jukka Aho
2019-02-28 16:11:50 +07:00
committed by GitHub
+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",