Skip to content

Commit c43f6c7

Browse files
committed
docs 1.0 upgrade
1 parent 370e7ac commit c43f6c7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2121
BenchmarkTools = "1.3"
2222
DifferentialEquations = "7.6"
2323
Distributions = "0.25"
24-
Documenter = "0.27, 1"
24+
Documenter = "1"
2525
ModelingToolkit = "8.33"
2626
NonlinearSolve = "0.3, 1"
2727
Optim = "1.7"

docs/make.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ makedocs(sitename = "ModelingToolkit.jl",
2424
modules = [ModelingToolkit],
2525
clean = true, doctest = false, linkcheck = true,
2626
linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023"],
27-
strict = [
28-
:doctest,
29-
:linkcheck,
30-
:parse_error,
31-
:example_block,
32-
# Other available options are
33-
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
34-
],
3527
format = Documenter.HTML(; analytics = "UA-90474609-3",
3628
assets = ["assets/favicon.ico"],
3729
mathengine,

0 commit comments

Comments
 (0)