mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
8 lines
197 B
Julia
8 lines
197 B
Julia
using Documenter, PSBoardDataBase
|
|
|
|
makedocs(
|
|
sitename = "PSBoard DataBase",
|
|
remotes = Dict(
|
|
".." => Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
|
|
),
|
|
)
|