mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
update: make.jl for docs
This commit is contained in:
parent
96239dd489
commit
ea7e87f36f
1 changed files with 12 additions and 2 deletions
14
docs/make.jl
14
docs/make.jl
|
@ -1,8 +1,18 @@
|
|||
using Documenter, PSBoardDataBase
|
||||
|
||||
DocMeta.setdocmeta!(PSBoardDataBase, :DocTestSetup, :(using PSBoardDataBase); recursive = true)
|
||||
|
||||
makedocs(
|
||||
modules = [PSBoardDataBase],
|
||||
authors = "Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>",
|
||||
sitename = "PSBoard DataBase",
|
||||
remotes = Dict(
|
||||
".." => Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
|
||||
format = Documenter.HTML(;
|
||||
canonical = "https://wotsubo.web.cern.ch",
|
||||
edit_link = "main",
|
||||
assets = String[],
|
||||
),
|
||||
repo = Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
|
||||
pages = [
|
||||
"Home" => "index.md",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue