Skip to content

Commit

Permalink
Try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Mar 10, 2024
1 parent 77a47a4 commit 56c565a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Expand Up @@ -8,5 +8,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
AbstractGPs = "0.3, 0.4, 0.5"
AbstractGPsMakie = "0.2"
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10"
Documenter = "0.27"
Documenter = "1"
julia = "1.3"
13 changes: 7 additions & 6 deletions docs/make.jl
Expand Up @@ -8,21 +8,22 @@ end
using AbstractGPsMakie

DocMeta.setdocmeta!(
AbstractGPsMakie, :DocTestSetup, :(using AbstractGPsMakie); recursive=true
AbstractGPsMakie,
:DocTestSetup,
:(using AbstractGPsMakie);
recursive=true
)

makedocs(;
modules=[AbstractGPsMakie],
authors="David Widmann",
repo="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/{commit}{path}#{line}",
sitename="AbstractGPsMakie.jl",
authors="David Widmann",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl",
assets=String[],
),
modules=[AbstractGPsMakie],
pages=["Home" => "index.md", "api.md"],
#strict=true,
warnonly=true,
checkdocs=:exports,
)

Expand Down

0 comments on commit 56c565a

Please sign in to comment.