mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-16 16:53:19 +00:00
Merge pull request #229 from rezarastak/master
fixed deprecated warning for format = html
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user