Update docs/make.jl and docs/deploy.jl

Modifications to Documenter scripts:

* Fix deprecation warnings
* Refactor make.jl to be more understandable
This commit is contained in:
Jukka Aho
2018-09-06 12:15:58 +03:00
parent 5495314ca3
commit 08cea1c519
2 changed files with 158 additions and 88 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using Documenter
deploydocs(
repo = "github.com/JuliaFEM/JuliaFEM.jl.git",
julia = "0.6",
julia = "1.0",
target = "build",
deps = nothing,
make = nothing)