Skip to content

Commit

Permalink
Upgrade Documenter to version 1.0 (#24)
Browse files Browse the repository at this point in the history
* Upgrade to Documenter 1.0

* Update Project.toml

* Update docs/Project.toml

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>

* Update test/Project.toml

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>

* Update test/Project.toml

---------

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
pnavaro and devmotion committed Jul 10, 2024
1 parent 3892406 commit 7c72cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
PythonOT = "3c485715-4278-42b2-9b5f-8f00e43c12ef"

[compat]
Documenter = "0.27"
Documenter = "1"
PythonOT = "0.1"
julia = "1"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ DocMeta.setdocmeta!(PythonOT, :DocTestSetup, :(using PythonOT); recursive=true)
makedocs(;
modules=[PythonOT, PythonOT.Smooth],
authors="David Widmann",
repo="https://github.com/JuliaOptimalTransport/PythonOT.jl/blob/{commit}{path}#{line}",
sitename="PythonOT.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliaoptimaltransport.github.io/PythonOT.jl",
repolink="https://github.com/JuliaOptimalTransport/PythonOT.jl/blob/{commit}{path}#{line}",
assets=String[],
),
pages=["Home" => "index.md", "api.md"],
strict=true,
checkdocs=:exports,
doctestfilters=[
r"{([a-zA-Z0-9]+,\s?)+[a-zA-Z0-9]+}",
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "0.27"
Documenter = "0.27, 1"
julia = "1"

0 comments on commit 7c72cf8

Please sign in to comment.