Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
justary27 committed Mar 12, 2024
1 parent 871c8a6 commit fddc7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Documenter
using CaseStudy
using LiionBatteryModels

makedocs(
sitename="LiionBatteryModels.jl",
format=Documenter.HTML(
assets=["assets/favicon.ico"]
),
modules=[CaseStudy],
modules=[LiionBatteryModels],
pages=[
"Home" => "index.md",
"Manual" => [
Expand Down

0 comments on commit fddc7b3

Please sign in to comment.