Skip to content

Commit

Permalink
update for Documenter 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 10, 2023
1 parent 0b459e8 commit c700280
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ using Documenter
using PhysOcean

makedocs(
modules = [PhysOcean],
sitename = "PhysOcean",
pages = ["index.md"]
modules = [PhysOcean],
sitename = "PhysOcean",
pages = ["index.md"],
checkdocs = :none,
)

# Documenter can also automatically deploy documentation to gh-pages.
Expand Down

2 comments on commit c700280

@Alexander-Barth
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
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/93152

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 v0.6.8 -m "<description of version>" c700280ed4694d26a02558d1fdad7aec5a0521dc
git push origin v0.6.8

Please sign in to comment.