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