Skip to content

Commit

Permalink
update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 2, 2024
1 parent 675d4dc commit 5c95a62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,10 @@ function main()
collapselevel = 2,
ansicolor,
),
# modules = [RecipesBase, RecipesPipeline],
# pagesonly = true, # fails DemoCards !
# pagesonly = true, # fails DemoCards, see github.com/JuliaDocs/DemoCards.jl/issues/162
sitename = "Plots",
authors = "Thomas Breloff",
warnonly = debug,
warnonly = true,
pages,
)
catch e
Expand Down

0 comments on commit 5c95a62

Please sign in to comment.