Skip to content

Commit fa73c2e

Browse files
fredrikekreKristofferC
authored andcommitted
Update Documenter to 0.27.10. (#43264)
(cherry picked from commit 4486567)
1 parent 6867362 commit fa73c2e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

doc/Manifest.toml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# This file is machine-generated - editing it directly is not advised
22

3+
[[ANSIColoredPrinters]]
4+
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
5+
uuid = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
6+
version = "0.0.1"
7+
38
[[Base64]]
49
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
510

@@ -9,15 +14,15 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
914

1015
[[DocStringExtensions]]
1116
deps = ["LibGit2"]
12-
git-tree-sha1 = "a32185f5428d3986f47c2ab78b1f216d5e6cc96f"
17+
git-tree-sha1 = "b19534d1895d702889b219c382a6e18010797f0b"
1318
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
14-
version = "0.8.5"
19+
version = "0.8.6"
1520

1621
[[Documenter]]
17-
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
18-
git-tree-sha1 = "5acbebf1be22db43589bc5aa1bb5fcc378b17780"
22+
deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
23+
git-tree-sha1 = "f425293f7e0acaf9144de6d731772de156676233"
1924
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
20-
version = "0.27.0"
25+
version = "0.27.10"
2126

2227
[[IOCapture]]
2328
deps = ["Logging", "Random"]
@@ -31,9 +36,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
3136

3237
[[JSON]]
3338
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
34-
git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4"
39+
git-tree-sha1 = "8076680b162ada2a031f707ac7b4953e30667a37"
3540
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
36-
version = "0.21.1"
41+
version = "0.21.2"
3742

3843
[[LibGit2]]
3944
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -54,9 +59,9 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
5459

5560
[[Parsers]]
5661
deps = ["Dates"]
57-
git-tree-sha1 = "c8abc88faa3f7a3950832ac5d6e690881590d6dc"
62+
git-tree-sha1 = "ae4bbcadb2906ccc085cf52ac286dc1377dceccc"
5863
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
59-
version = "1.1.0"
64+
version = "2.1.2"
6065

6166
[[Printf]]
6267
deps = ["Unicode"]

doc/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ makedocs(
232232
# Update URLs to external stdlibs (JuliaLang/julia#43199)
233233
for (root, _, files) in walkdir(output_path), file in joinpath.(root, files)
234234
endswith(file, ".html") || continue
235+
local str
235236
str = read(file, String)
236237
# Index page links, update
237238
# https://github.com/JuliaLang/julia/blob/master/stdlib/${STDLIB_NAME}-${STDLIB_COMMIT}/path/to.md

0 commit comments

Comments
 (0)