Skip to content

Commit

Permalink
fix docs build without explcitly adding OndaEDFSchemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Jul 13, 2023
1 parent 13da34d commit 20fa9ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using OndaEDF
using OndaEDFSchemas
using Documenter

makedocs(modules=[OndaEDF, OndaEDFSchemas],
makedocs(modules=[OndaEDF, OndaEDF.OndaEDFSchemas],
sitename="OndaEDF",
authors="Beacon Biosignals and other contributors",
pages=["OndaEDF" => "index.md",
Expand Down

0 comments on commit 20fa9ad

Please sign in to comment.