Skip to content

Commit fe39bcc

Browse files
author
Sathvik Bhagavan
committed
docs: remove example block from warnonly
1 parent a89afeb commit fe39bcc

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(sitename = "NeuralPDE.jl",
1313
authors = "#",
1414
modules = [NeuralPDE],
1515
clean = true, doctest = false, linkcheck = true,
16-
warnonly = [:missing_docs, :example_block],
16+
warnonly = [:missing_docs],
1717
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1818
canonical = "https://docs.sciml.ai/NeuralPDE/stable/"),
1919
pages = pages)

0 commit comments

Comments
 (0)