Skip to content

Commit eebda6c

Browse files
authored
Bump Documenter to v1.11.4 (#58431)
1 parent 7ca634a commit eebda6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ deploy: deps
5757
@echo "Deploying HTML documentation."
5858
$(JULIA_EXECUTABLE) --color=yes $(call cygpath_w,$(SRCDIR)/make.jl) -- deploy $(DOCUMENTER_OPTIONS)
5959
@echo "Build & deploy of docs finished."
60+
61+
update-documenter:
62+
@echo "Updating Documenter."
63+
JULIA_PKG_PRECOMPILE_AUTO=0 $(JULIA_EXECUTABLE) --project --color=yes -e 'using Pkg; Pkg.update("Documenter")'

doc/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ version = "0.9.4"
4444

4545
[[deps.Documenter]]
4646
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
47-
git-tree-sha1 = "6f8730fd1bdf974009ef296bd81afb2728854fc0"
47+
git-tree-sha1 = "6c182d0bd94142d7cbc3ae8a1e74668f15d0dd65"
4848
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
49-
version = "1.11.3"
49+
version = "1.11.4"
5050

5151
[[deps.Downloads]]
5252
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]

0 commit comments

Comments
 (0)