Skip to content

Commit

Permalink
Merge pull request #2 from tensor4all/terasaki/add-deploydocs-functio…
Browse files Browse the repository at this point in the history
…n-call

Add deployment configuration for documentation
  • Loading branch information
terasakisatoshi authored May 2, 2024
2 parents e6b447a + d1cc182 commit abea939
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ DocMeta.setdocmeta!(QuanticsGrids, :DocTestSetup, :(using QuanticsGrids); recurs
makedocs(;
modules=[QuanticsGrids],
authors="Ritter.Marc <[email protected]> and contributors",
repo="https://gitlab.com/tensors4fields/QuanticsGrids.jl/blob/{commit}{path}#{line}",
sitename="QuanticsGrids.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
repolink="https://gitlab.com/tensors4fields/QuanticsGrids.jl",
canonical="https://github.com/tensor4all/QuanticsGrids.jl",
edit_link="main",
assets=String[]),
pages=[
"Home" => "index.md",
"API Reference" => "apireference.md",
])

deploydocs(;
repo="github.com/tensor4all/QuanticsGrids.jl.git",
devbranch="main",
)

0 comments on commit abea939

Please sign in to comment.