Skip to content

Commit

Permalink
use warnonly mode for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Jan 24, 2025
1 parent 2d70027 commit f964850
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ ENV["GKSwstype"] = "100"
using Documenter, DDEBifurcationKit, BifurcationKit

# to display progress
# ENV["JULIA_DEBUG"] = Documenter
ENV["JULIA_DEBUG"] = Documenter

makedocs(
modules = [DDEBifurcationKit],
doctest = false,
sitename = "Bifurcation Analysis of DDEs in Julia",
format = Documenter.HTML(collapselevel = 1, assets = ["assets/indigo.css"]),
# format = DocumenterLaTeX.LaTeX(),
warnonly = true,
draft = false,
authors = "Romain Veltz",
pages = Any[
"Home" => "index.md",
Expand Down

0 comments on commit f964850

Please sign in to comment.