Skip to content

Commit 79ff014

Browse files
committed
Warn only in docs build
1 parent 4d371ee commit 79ff014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ makedocs(;
1313
canonical="https://ITensor.github.io/ITensors.jl", edit_link="main", assets=String[]
1414
),
1515
pages=["Home" => "index.md"],
16-
warnonly=Documenter.except(:missing_docs),
16+
warnonly=true,
1717
)
1818

1919
deploydocs(; repo="github.com/ITensor/ITensors.jl", devbranch="main", push_preview=true)

0 commit comments

Comments
 (0)