Skip to content

Commit

Permalink
don't check links because ADS times out
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwheeler committed Apr 20, 2023
1 parent e2b3e46 commit a750c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ makedocs(sitename="Korg",
"Developer Documentation" => "devdocs.md"
],
checkdocs = :all, # make sure all docstrings are in the documentation
linkcheck = true, # check if any external links are broken
linkcheck_timeout = 30, # default (10s) is too short for slow academic sites
#linkcheck = true, # check if any external links are broken (too many ADS links time out.)
#linkcheck_timeout = 30, # default (10s) is too short for slow academic sites
linkcheck_ignore = [],
strict = [ # make these warnings into errors
:doctest,
Expand Down

2 comments on commit a750c3a

@ajwheeler
Copy link
Owner 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/82014

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

Please sign in to comment.