Skip to content

Commit

Permalink
fix docs plugin error
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Oct 4, 2023
1 parent ef53062 commit 7c1f1de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ using Base.CoreLogging
using DocumenterCitations

disable_logging(Base.CoreLogging.Info) # Hide doctest's `@info` printing
doctest(ClimaAtmos)
bib = CitationBibliography(joinpath(@__DIR__, "bibliography.bib"))

doctest(ClimaAtmos; plugins = [bib])
disable_logging(Base.CoreLogging.BelowMinLevel) # Re-enable all logging

include("make_diagnostic_table.jl")
bib = CitationBibliography(joinpath(@__DIR__, "bibliography.bib"))
makedocs(;
plugins = [bib],
modules = [ClimaAtmos],
Expand Down

0 comments on commit 7c1f1de

Please sign in to comment.