mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 08:28:52 -06:00
Update dependencies; switch to Documenter.jl
This commit is contained in:
19
docs/make.jl
Normal file
19
docs/make.jl
Normal file
@@ -0,0 +1,19 @@
|
||||
using Documenter, RELOG
|
||||
|
||||
function make()
|
||||
makedocs(
|
||||
sitename="RELOG",
|
||||
pages=[
|
||||
"Home" => "index.md",
|
||||
"usage.md",
|
||||
"format.md",
|
||||
"reports.md",
|
||||
"model.md",
|
||||
],
|
||||
format = Documenter.HTML(
|
||||
assets=["assets/custom.css"],
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
make()
|
||||
Reference in New Issue
Block a user