Skip to content

Commit 7c72cf8

Browse files
pnavarodevmotion
andauthored
Upgrade Documenter to version 1.0 (#24)
* 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>
1 parent 3892406 commit 7c72cf8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
PythonOT = "3c485715-4278-42b2-9b5f-8f00e43c12ef"
44

55
[compat]
6-
Documenter = "0.27"
6+
Documenter = "1"
77
PythonOT = "0.1"
88
julia = "1"

docs/make.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ DocMeta.setdocmeta!(PythonOT, :DocTestSetup, :(using PythonOT); recursive=true)
1212
makedocs(;
1313
modules=[PythonOT, PythonOT.Smooth],
1414
authors="David Widmann",
15-
repo="https://github.com/JuliaOptimalTransport/PythonOT.jl/blob/{commit}{path}#{line}",
1615
sitename="PythonOT.jl",
1716
format=Documenter.HTML(;
1817
prettyurls=get(ENV, "CI", "false") == "true",
1918
canonical="https://juliaoptimaltransport.github.io/PythonOT.jl",
19+
repolink="https://github.com/JuliaOptimalTransport/PythonOT.jl/blob/{commit}{path}#{line}",
2020
assets=String[],
2121
),
2222
pages=["Home" => "index.md", "api.md"],
23-
strict=true,
2423
checkdocs=:exports,
2524
doctestfilters=[
2625
r"{([a-zA-Z0-9]+,\s?)+[a-zA-Z0-9]+}",

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
44
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55

66
[compat]
7-
Documenter = "0.27"
7+
Documenter = "0.27, 1"
88
julia = "1"

0 commit comments

Comments
 (0)