Skip to content

Commit

Permalink
Check documents
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Apr 16, 2023
1 parent aea6fcf commit 1ec760c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/Project.toml
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
Documenter = "0.27"
6 changes: 4 additions & 2 deletions docs/make.jl
@@ -1,7 +1,9 @@
using Pkg,
Documenter, IntervalTrees
using Pkg
using Documenter, IntervalTrees

makedocs(
checkdocs = :all,
linkcheck = true,
format = Documenter.HTML(
prettyurls = !("local" in ARGS),
canonical = "https://biojulia.net/BufferedStreams.jl/stable/",
Expand Down

0 comments on commit 1ec760c

Please sign in to comment.