Skip to content

Commit

Permalink
Merge pull request #17 from ArnoStrouwen/ci
Browse files Browse the repository at this point in the history
improve doc CI
  • Loading branch information
ChrisRackauckas authored Feb 26, 2024
2 parents fe14f65 + 1ada849 commit bc70402
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/Manifest.toml
docs/build
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ makedocs(
clean = true,
doctest = false,
linkcheck = true,
warnonly = [:missing_docs],
format = Documenter.HTML(
assets = ["assets/favicon.ico"],
canonical = "https://docs.sciml.ai/FindFirstFunctions/stable/",
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pkg.add("FindFirstFunctions")
FindFirstFunctions.findfirstequal
FindFirstFunctions.bracketstrictlymontonic
FindFirstFunctions.searchsortedfirstcorrelated
FindFirstFunctions.findfirstsortedequal
```

## Contributing
Expand Down

0 comments on commit bc70402

Please sign in to comment.