mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +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
|
using Documenter, PSBoardDataBase
|
||||||
|
|
||||||
|
DocMeta.setdocmeta!(PSBoardDataBase, :DocTestSetup, :(using PSBoardDataBase); recursive = true)
|
||||||
|
|
||||||
makedocs(
|
makedocs(
|
||||||
|
modules = [PSBoardDataBase],
|
||||||
|
authors = "Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>",
|
||||||
sitename = "PSBoard DataBase",
|
sitename = "PSBoard DataBase",
|
||||||
remotes = Dict(
|
format = Documenter.HTML(;
|
||||||
".." => Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
|
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