new: add doc for local

This commit is contained in:
Wataru Otsubo 2024-09-13 19:09:10 +09:00
parent ee59aa32d0
commit 33ac8d0a34
4 changed files with 19 additions and 6 deletions

View file

@ -2,5 +2,7 @@ using Documenter, PSBoardDataBase
makedocs(
sitename = "PSBoard DataBase",
repo = Remotes.GitLab("https://gitlab.cern.ch/wotsubo/PSBoardDataBase")
remotes = Dict(
".." => Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
),
)