From 9dee3794e783805767b0a8bbb0359e1fc4811653 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Mon, 16 Oct 2023 23:13:29 +0900 Subject: [PATCH 1/2] update the version of documenter --- docs/Project.toml | 3 +++ docs/make.jl | 1 + 2 files changed, 4 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index d5584df..cc5f978 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,3 +2,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89" Replay = "dd78c5bf-19c4-4e9c-96ce-c3ec745c7812" + +[compat] +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 94a7e58..b223f86 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -222,6 +222,7 @@ makedocs(; canonical="https://AtelierArith.github.io/Replay.jl", # The following assets are downloaded from https://github.com/asciinema/asciinema-player/releases/tag/v3.3.0. assets=String["assets/asciinema-player.css", "assets/asciinema-player.min.js"], + repolink="https://github.com/AtelierArith/Replay.jl" ), pages=[ "Home" => "index.md", From f7b1dd75e252526e28517ded531c08192d045c0b Mon Sep 17 00:00:00 2001 From: hyrodium Date: Mon, 16 Oct 2023 23:30:55 +0900 Subject: [PATCH 2/2] fix formatting --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index b223f86..1cd4627 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -222,7 +222,7 @@ makedocs(; canonical="https://AtelierArith.github.io/Replay.jl", # The following assets are downloaded from https://github.com/asciinema/asciinema-player/releases/tag/v3.3.0. assets=String["assets/asciinema-player.css", "assets/asciinema-player.min.js"], - repolink="https://github.com/AtelierArith/Replay.jl" + repolink="https://github.com/AtelierArith/Replay.jl", ), pages=[ "Home" => "index.md",