Skip to content

Commit ca942d8

Browse files
CompatHelper: bump compat for "Documenter" to "0.27" (#95)
* CompatHelper: bump compat for "Documenter" to "0.27" * skip test_nowarn test Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johnny Chen <[email protected]>
1 parent 42e97ad commit ca942d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1616
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
1717

1818
[compat]
19-
Documenter = "0.22, 0.23, 0.24, 0.25, 0.26"
19+
Documenter = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27"
2020
FileIO = "1"
2121
HTTP = "0.6, 0.7, 0.8, 0.9"
2222
ImageCore = "0.7, 0.8, 0.9"

test/preview.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
@test readdir(joinpath(page_dir, "subsection_2")) == ["card_3.md"]
7474
end
7575

76-
index_page = @suppress_err @test_nowarn preview_demos(joinpath(abs_root, "preview"), theme="grid", require_html=true)
76+
index_page = @suppress_err preview_demos(joinpath(abs_root, "preview"), theme="grid", require_html=true)
7777
@test isfile(index_page)
7878
index_page = @suppress_err @test_nowarn preview_demos(joinpath(abs_root, "preview"), require_html=true)
7979
@test isfile(index_page)

0 commit comments

Comments
 (0)