Skip to content

Commit 74e04a0

Browse files
committed
try documenter 1.0 upgrade
1 parent 5a25b7d commit 74e04a0

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
@@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
44

55
[compat]
6-
Documenter = "0.27"
6+
Documenter = "1"
77
LinearSolve = "1, 2"

docs/make.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ makedocs(sitename = "LinearSolve.jl",
1212
authors = "Chris Rackauckas",
1313
modules = [LinearSolve, LinearSolve.SciMLBase],
1414
clean = true, doctest = false, linkcheck = true,
15-
strict = [
16-
:doctest,
17-
:linkcheck,
18-
:parse_error,
19-
:example_block,
20-
# Other available options are
21-
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
22-
],
2315
format = Documenter.HTML(assets = ["assets/favicon.ico"],
2416
canonical = "https://docs.sciml.ai/LinearSolve/stable/"),
2517
pages = pages)

0 commit comments

Comments
 (0)