Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Dec 22, 2023
1 parent 2e1e25b commit 9e26053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ makedocs(
sitename = "ReferenceTests.jl",
authors = "Christof Stocker",
linkcheck = !("skiplinks" in ARGS),
checkdocs = :exports,
pages = Any[
"Home" => "index.md",
]
Expand Down
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ common example of such would be a custom `Base.show` method.
# Examples
```jldoctest
```julia-repl
julia> using ReferenceTests
julia> @io2str print(::IO, "Hello World")
Expand Down

0 comments on commit 9e26053

Please sign in to comment.