Skip to content

Commit d30d8ef

Browse files
goerzKristofferC
authored andcommittedMar 6, 2024
Update Documenter to v1.3 for inventory writing (#53571)
With the newest Documenter release, the Julia documentation will automatically have an `objects.inv` file. This file allows any other project using Documenter with the [`DocumenterInterLinks`](https://github.com/JuliaDocs/DocumenterInterLinks.jl) plugin (or any project using [Sphinx](https://www.sphinx-doc.org/en/master/)) to link directly into the Julia documentation, e.g., with ```[`Base.sort!`](@extref Julia)```. See also JuliaDocs/Documenter.jl#2424 (comment) and the following comments (cherry picked from commit 0311aa4)
1 parent 53180e4 commit d30d8ef

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed
 

‎doc/Manifest.toml

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "0.4.4"
1616

1717
[[deps.ArgTools]]
1818
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
19-
version = "1.1.1"
19+
version = "1.1.2"
2020

2121
[[deps.Artifacts]]
2222
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -26,6 +26,12 @@ version = "1.11.0"
2626
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2727
version = "1.11.0"
2828

29+
[[deps.CodecZlib]]
30+
deps = ["TranscodingStreams", "Zlib_jll"]
31+
git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
32+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
33+
version = "0.7.4"
34+
2935
[[deps.Dates]]
3036
deps = ["Printf"]
3137
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -38,10 +44,10 @@ uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
3844
version = "0.9.3"
3945

4046
[[deps.Documenter]]
41-
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "Test", "Unicode"]
42-
git-tree-sha1 = "2613dbec8f4748273bbe30ba71fd5cb369966bac"
47+
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
48+
git-tree-sha1 = "4a40af50e8b24333b9ec6892546d9ca5724228eb"
4349
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44-
version = "1.2.1"
50+
version = "1.3.0"
4551

4652
[[deps.Downloads]]
4753
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
@@ -106,7 +112,7 @@ version = "0.6.4"
106112
[[deps.LibCURL_jll]]
107113
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
108114
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
109-
version = "8.4.0+0"
115+
version = "8.6.0+0"
110116

111117
[[deps.LibGit2]]
112118
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
@@ -116,7 +122,7 @@ version = "1.11.0"
116122
[[deps.LibGit2_jll]]
117123
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
118124
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
119-
version = "1.7.1+0"
125+
version = "1.7.2+0"
120126

121127
[[deps.LibSSH2_jll]]
122128
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -152,15 +158,15 @@ version = "0.1.2"
152158
[[deps.MbedTLS_jll]]
153159
deps = ["Artifacts", "Libdl"]
154160
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
155-
version = "2.28.2+1"
161+
version = "2.28.6+0"
156162

157163
[[deps.Mmap]]
158164
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
159165
version = "1.11.0"
160166

161167
[[deps.MozillaCACerts_jll]]
162168
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
163-
version = "2023.1.10"
169+
version = "2023.12.12"
164170

165171
[[deps.NetworkOptions]]
166172
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
@@ -184,9 +190,13 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
184190
version = "2.8.0"
185191

186192
[[deps.Pkg]]
187-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
193+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
188194
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
189195
version = "1.11.0"
196+
weakdeps = ["REPL"]
197+
198+
[deps.Pkg.extensions]
199+
REPLExt = "REPL"
190200

191201
[[deps.PrecompileTools]]
192202
deps = ["Preferences"]
@@ -251,6 +261,15 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
251261
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
252262
version = "1.11.0"
253263

264+
[[deps.TranscodingStreams]]
265+
git-tree-sha1 = "54194d92959d8ebaa8e26227dbe3cdefcdcd594f"
266+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
267+
version = "0.10.3"
268+
weakdeps = ["Random", "Test"]
269+
270+
[deps.TranscodingStreams.extensions]
271+
TestExt = ["Test", "Random"]
272+
254273
[[deps.UUIDs]]
255274
deps = ["Random", "SHA"]
256275
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
@@ -268,7 +287,7 @@ version = "1.2.13+1"
268287
[[deps.nghttp2_jll]]
269288
deps = ["Artifacts", "Libdl"]
270289
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
271-
version = "1.58.0+0"
290+
version = "1.59.0+0"
272291

273292
[[deps.p7zip_jll]]
274293
deps = ["Artifacts", "Libdl"]

‎doc/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ else
365365
ansicolor = true,
366366
size_threshold = 800 * 2^10, # 800 KiB
367367
size_threshold_warn = 200 * 2^10, # the manual has quite a few large pages, so we warn at 200+ KiB only
368+
inventory_version = VERSION,
368369
)
369370
end
370371

0 commit comments

Comments
 (0)
Please sign in to comment.