Skip to content

Commit

Permalink
Don't doctest unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed Mar 17, 2021
1 parent c8c0e06 commit e0701b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, CompactBases, LinearAlgebra

isdefined(Main, :NOPLOTS) && NOPLOTS || include("plots.jl")

DocMeta.setdocmeta!(CompactBases, :DocTestSetup, :(using CompactBases, LinearAlgebra); recursive=true)
DocMeta.setdocmeta!(CompactBases, :(using CompactBases, LinearAlgebra); recursive=true)
makedocs(;
modules=[CompactBases],
format=Documenter.HTML(assets = ["assets/latex.js"],
Expand Down Expand Up @@ -40,6 +40,7 @@ makedocs(;
repo="https://github.com/JuliaApproximation/CompactBases.jl/blob/{commit}{path}#L{line}",
sitename="CompactBases.jl",
authors="Stefanos Carlström <[email protected]>",
doctest=false
)

deploydocs(;
Expand Down

0 comments on commit e0701b8

Please sign in to comment.