new: empty document with Documenter.jl

This commit is contained in:
Wataru Otsubo 2024-09-13 17:53:19 +09:00
parent ec4bef98de
commit ee59aa32d0
6 changed files with 494 additions and 0 deletions

6
docs/make.jl Normal file
View file

@ -0,0 +1,6 @@
using Documenter, PSBoardDataBase
makedocs(
sitename = "PSBoard DataBase",
repo = Remotes.GitLab("https://gitlab.cern.ch/wotsubo/PSBoardDataBase")
)