Skip to content

Commit

Permalink
rm documenter version, show warnings while building
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Oct 3, 2024
1 parent 1dc908d commit fb0dcb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SearchLight"
uuid = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"
authors = ["Adrian Salceanu <[email protected]>"]
version = "2.11.0"
version = "2.11.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SearchLight = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"

[compat]
Documenter = "0.27"
SearchLight = "2"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ using SearchLight.Serializer.JsonSerializer
makedocs(
sitename = "SearchLight - Concise, secure, cross-platform query builder and ORM for Julia",
format = Documenter.HTML(prettyurls = false),
warnonly = true,
pages = [
"Home" => "index.md",
"SearchLight API" => [
Expand Down

0 comments on commit fb0dcb1

Please sign in to comment.