Skip to content

Commit

Permalink
Merge pull request #113 from CDCgov/108-documenter-broken-on-main
Browse files Browse the repository at this point in the history
Remove attempt to detect `fieldnames` for functions which lead to error
  • Loading branch information
seabbs authored Mar 5, 2024
2 parents 791d8e2 + 15e27b5 commit bc87599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion EpiAware/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include("pages.jl")
makedocs(; sitename = "EpiAware.jl",
authors = "Samuel Brand, Zachary Susswein, Sam Abbott, and contributors",
clean = true, doctest = true, linkcheck = true,
warnonly = [:docs_block, :missing_docs],
warnonly = [:docs_block, :missing_docs, :linkcheck],
modules = [EpiAware],
pages = pages,
format = Documenter.HTML(
Expand Down
3 changes: 0 additions & 3 deletions EpiAware/src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
---
## Methods
$(METHODLIST)
---
## Fields
$(TYPEDFIELDS)
"""

@template (TYPES) = """
Expand Down

0 comments on commit bc87599

Please sign in to comment.