Skip to content

Commit

Permalink
disable logging warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Mar 4, 2024
1 parent 1b21846 commit 684a46f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LightOSM = "d1922b25-af4e-4ba3-84af-fe9bea896051"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MapTiles = "fea52e5a-b371-463b-85f5-81770daa2737"
OSMMakie = "76b6901f-8821-46bb-9129-841bc9cfe677"
TileProviders = "263fe934-28e1-4ae9-998a-c2629c5fede6"
Expand Down
6 changes: 6 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
using Documenter, DocumenterVitepress
using Tyler
using Logging

Logging.disable_logging(Logging.Warn)

makedocs(;
sitename="Tyler",
Expand All @@ -19,6 +22,9 @@ makedocs(;
warnonly=true,
)

# Enable logging to console again
Logging.disable_logging(Logging.BelowMinLevel)

deploydocs(;
repo="github.com/MakieOrg/Tyler.jl.git",
target="build", # this is where Vitepress stores its output
Expand Down

0 comments on commit 684a46f

Please sign in to comment.