diff --git a/docs/make.jl b/docs/make.jl index d152b15..f0e44ba 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,6 +9,7 @@ makedocs( sitename = "ReferenceTests.jl", authors = "Christof Stocker", linkcheck = !("skiplinks" in ARGS), + checkdocs = :exports, pages = Any[ "Home" => "index.md", ] diff --git a/src/utils.jl b/src/utils.jl index cfe9684..b92ffe4 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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")