Skip to content

Commit

Permalink
ignore doc warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Mar 23, 2024
1 parent 9658607 commit 14adea9
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cd(@__DIR__)
using ChaosTools, DynamicalSystemsBase, Neighborhood
using ChaosTools
using ChaosTools.DynamicalSystemsBase
using ChaosTools.Neighborhood

pages = [
"index.md",
Expand All @@ -18,4 +20,18 @@ Downloads.download(
)
include("build_docs_with_style.jl")

build_docs_with_style(pages, ChaosTools, DynamicalSystemsBase, Neighborhood)
# TODO: Port all citations to use this:
# using DocumenterCitations

# bib = CitationBibliography(
# joinpath(@__DIR__, "refs.bib");
# style=:authoryear
# )

build_docs_with_style(pages, ChaosTools, DynamicalSystemsBase, Neighborhood;
# bib, # TODO: Enable bib
# TODO: Fix warnings so that instead of:
warnonly = true,
# we can have:
# warnonly = [:doctest, :missing_docs, :cross_references],
)

0 comments on commit 14adea9

Please sign in to comment.