Skip to content

Commit

Permalink
Updating makedocs to warn only
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Nov 22, 2023
1 parent db57412 commit 388a796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ end
makedocs(
modules = [GeoRegions],
doctest = false,
warnonly = true,
format = Documenter.HTML(
collapselevel = 1,
prettyurls = false
Expand Down

2 comments on commit 388a796

@natgeo-wong
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

  • Updating NCDatasets.jl [compat] to be at least v0.13 and above
  • Constrain extracted longitude to be within GeoRegion.jl coordinate modulus (previously it could differ by 360º)

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/95771

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v5.2.6 -m "<description of version>" 388a7962345bfe29e6c4f723f2c068ed0b8d4c41
git push origin v5.2.6

Please sign in to comment.